Skip to content

Commit

Permalink
FI-1345 fix: filter out error's stack trace in UI mode
Browse files Browse the repository at this point in the history
fix: remove unnecessary function `wrapInTestRunTracker`
fix: remove unnecessary pack config field `ajaxRequestTimeout`
chore: update devDependencies (`@types/node`, etc)
chore: update Playwright to 1.47.0
refactor: remove unnecessary function `processRetry`
  • Loading branch information
uid11 committed Sep 9, 2024
1 parent 410ed4d commit 711396a
Show file tree
Hide file tree
Showing 16 changed files with 709 additions and 406 deletions.
1 change: 0 additions & 1 deletion autotests/packs/allTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const msInMinute = 60_000;
* Pack of tests or tasks (pack configuration object).
*/
export const pack: Pack = {
ajaxRequestTimeout: 40_000,
assertionTimeout: 5_000,
browserFlags,
browserName: 'chromium',
Expand Down
Loading

0 comments on commit 711396a

Please sign in to comment.