Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
test: add log in beforeEach
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSim committed Sep 1, 2024
1 parent eda826e commit cd2dbb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/tests/e2e/util/setup-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module.exports = () => {
} );

test.beforeEach( async () => {

Check failure on line 54 in app/tests/e2e/util/setup-test.js

View workflow job for this annotation

GitHub Actions / build-launcher (macos-latest)

tests/e2e/01-main.spec.js:8:3 › main › starts the app

1) tests/e2e/01-main.spec.js:8:3 › main › starts the app ───────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. at tests/e2e/util/setup-test.js:54 52 | } ); 53 | > 54 | test.beforeEach( async () => { | ^ 55 | console.info( '[beforeEach] starting beforeEach' ); 56 | // Reset console errors at the start of each test 57 | logs = []; at /Users/runner/work/fsolauncher/fsolauncher/app/tests/e2e/util/setup-test.js:54:8
console.info( '[beforeEach] starting beforeEach' );
// Reset console errors at the start of each test
logs = [];

Expand Down

0 comments on commit cd2dbb5

Please sign in to comment.