Skip to content

Commit

Permalink
Test after timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Jan 10, 2025
1 parent 395dfd0 commit d9fa161
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ui-test/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,18 +121,21 @@
"UPGRADE_CHANNEL": "online"
},
{
"comment": "bug",
"PS_VERSION_START": "1.7.4.2",
"PS_VERSION_END": "1.7.8.11",
"PHP_VERSION": "7.1",
"UPGRADE_CHANNEL": "online"
},
{
"comment": "bug",
"PS_VERSION_START": "1.7.4.3",
"PS_VERSION_END": "1.7.8.11",
"PHP_VERSION": "7.1",
"UPGRADE_CHANNEL": "online"
},
{
"comment": "bug",
"PS_VERSION_START": "1.7.4.4",
"PS_VERSION_END": "1.7.8.11",
"PHP_VERSION": "7.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/UI/campaigns/functional/01_upgrade.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ test.describe('Verify the New UI', () => {
});

test('should wait until the end of the update ', async () => {
test.setTimeout(2000_000);
test.setTimeout(5000_000);

const successMessage = await modAutoupgradeBoMain.checkUpdateSuccess(page);
expect(successMessage).toEqual(modAutoupgradeBoMain.updateSuccessMessage);
Expand Down
4 changes: 2 additions & 2 deletions tests/UI/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9fa161

Please sign in to comment.