Test Frontend #1611
Annotations
10 errors, 1 warning, and 1 notice
run automation
TargetClosedError: Target page, context or browser has been closed
Failed worker ran 1 test:
[Transaction tool] › tests/registrationTests.test.js:34:3 › Registration tests › Verify all elements are present on the registration page
|
run automation
TargetClosedError: Target page, context or browser has been closed
Failed worker ran 1 test:
[Transaction tool] › tests/registrationTests.test.js:34:3 › Registration tests › Verify all elements are present on the registration page
|
run automation
TargetClosedError: Target page, context or browser has been closed
Failed worker ran 1 test:
[Transaction tool] › tests/registrationTests.test.js:34:3 › Registration tests › Verify all elements are present on the registration page
|
run automation
TargetClosedError: Target page, context or browser has been closed
Failed worker ran 1 test:
[Transaction tool] › tests/registrationTests.test.js:34:3 › Registration tests › Verify all elements are present on the registration page
|
run automation:
automation/tests/registrationTests.test.js#L18
1) [Transaction tool] › tests/registrationTests.test.js:34:3 › Registration tests › Verify all elements are present on the registration page
"beforeAll" hook timeout of 30000ms exceeded.
16 |
17 | test.describe('Registration tests', () => {
> 18 | test.beforeAll(async () => {
| ^
19 | await resetDbState();
20 | ({ app, window } = await setupApp());
21 | registrationPage = new RegistrationPage(window);
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/registrationTests.test.js:18:8
|
run automation:
automation/utils/util.js#L45
1) [Transaction tool] › tests/registrationTests.test.js:34:3 › Registration tests › Verify all elements are present on the registration page
TypeError: Cannot read properties of undefined (reading 'close')
at utils/util.js:45
43 |
44 | async function closeApp(app) {
> 45 | await app.close();
| ^
46 | }
47 |
48 | async function setupEnvironmentForTransactions(window, privateKey = process.env.PRIVATE_KEY) {
at closeApp (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/utils/util.js:45:13)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/registrationTests.test.js:25:11
|
run automation:
automation/tests/registrationTests.test.js#L18
1) [Transaction tool] › tests/registrationTests.test.js:34:3 › Registration tests › Verify all elements are present on the registration page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 30000ms exceeded.
16 |
17 | test.describe('Registration tests', () => {
> 18 | test.beforeAll(async () => {
| ^
19 | await resetDbState();
20 | ({ app, window } = await setupApp());
21 | registrationPage = new RegistrationPage(window);
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/registrationTests.test.js:18:8
|
run automation:
automation/utils/util.js#L45
1) [Transaction tool] › tests/registrationTests.test.js:34:3 › Registration tests › Verify all elements are present on the registration page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'close')
at utils/util.js:45
43 |
44 | async function closeApp(app) {
> 45 | await app.close();
| ^
46 | }
47 |
48 | async function setupEnvironmentForTransactions(window, privateKey = process.env.PRIVATE_KEY) {
at closeApp (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/utils/util.js:45:13)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/registrationTests.test.js:25:11
|
run automation:
automation/tests/registrationTests.test.js#L18
1) [Transaction tool] › tests/registrationTests.test.js:34:3 › Registration tests › Verify all elements are present on the registration page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 30000ms exceeded.
16 |
17 | test.describe('Registration tests', () => {
> 18 | test.beforeAll(async () => {
| ^
19 | await resetDbState();
20 | ({ app, window } = await setupApp());
21 | registrationPage = new RegistrationPage(window);
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/registrationTests.test.js:18:8
|
run automation:
automation/utils/util.js#L45
1) [Transaction tool] › tests/registrationTests.test.js:34:3 › Registration tests › Verify all elements are present on the registration page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'close')
at utils/util.js:45
43 |
44 | async function closeApp(app) {
> 45 | await app.close();
| ^
46 | }
47 |
48 | async function setupEnvironmentForTransactions(window, privateKey = process.env.PRIVATE_KEY) {
at closeApp (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/utils/util.js:45:13)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/registrationTests.test.js:25:11
|
Upload Screenshots
No files were found with the provided path: automation/test-results/screenshots/. No artifacts will be uploaded.
|
run automation
1 failed
[Transaction tool] › tests/registrationTests.test.js:34:3 › Registration tests › Verify all elements are present on the registration page
18 did not run
|
Loading