Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Jan 9, 2025
1 parent ae40159 commit 50a1aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/UI/campaigns/functional/01_upgrade.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ test.describe('Verify the New UI', () => {
});

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

Check failure on line 300 in tests/UI/campaigns/functional/01_upgrade.spec.ts

View workflow job for this annotation

GitHub Actions / ESLint

Trailing spaces not allowed
const successMessage = await modAutoupgradeBoMain.checkUpdateSuccess(page);
expect(successMessage).toEqual(modAutoupgradeBoMain.updateSuccessMessage);
});
Expand Down
1 change: 0 additions & 1 deletion tests/UI/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ loadGlobal();
* See https://playwright.dev/docs/test-configuration.
*/
export default defineConfig({
timeout: 1000_000,
testDir: './campaigns',
/* Run tests in files in serial */
fullyParallel: false,
Expand Down

0 comments on commit 50a1aff

Please sign in to comment.