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/transactionTests.test.js:63:3 › Transaction tests › Verify that all elements on account create page are correct
|
run automation
TargetClosedError: Target page, context or browser has been closed
Failed worker ran 1 test:
[Transaction tool] › tests/transactionTests.test.js:63:3 › Transaction tests › Verify that all elements on account create page are correct
|
run automation
TargetClosedError: Target page, context or browser has been closed
Failed worker ran 1 test:
[Transaction tool] › tests/transactionTests.test.js:63:3 › Transaction tests › Verify that all elements on account create page are correct
|
run automation
TargetClosedError: Target page, context or browser has been closed
Failed worker ran 1 test:
[Transaction tool] › tests/transactionTests.test.js:63:3 › Transaction tests › Verify that all elements on account create page are correct
|
run automation:
automation/tests/transactionTests.test.js#L21
1) [Transaction tool] › tests/transactionTests.test.js:63:3 › Transaction tests › Verify that all elements on account create page are correct
"beforeAll" hook timeout of 30000ms exceeded.
19 |
20 | test.describe('Transaction tests', () => {
> 21 | test.beforeAll(async () => {
| ^
22 | await resetDbState();
23 | ({ app, window } = await setupApp());
24 | loginPage = new LoginPage(window);
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:21:8
|
run automation:
automation/tests/transactionTests.test.js#L46
1) [Transaction tool] › tests/transactionTests.test.js:63:3 › Transaction tests › Verify that all elements on account create page are correct
TypeError: Cannot set properties of undefined (setting 'generatedAccounts')
44 | test.afterAll(async () => {
45 | // Ensure transactionPage generatedAccounts is empty
> 46 | transactionPage.generatedAccounts = [];
| ^
47 | await closeApp(app);
48 | await resetDbState();
49 | });
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:46:38
|
run automation:
automation/tests/transactionTests.test.js#L21
1) [Transaction tool] › tests/transactionTests.test.js:63:3 › Transaction tests › Verify that all elements on account create page are correct
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 30000ms exceeded.
19 |
20 | test.describe('Transaction tests', () => {
> 21 | test.beforeAll(async () => {
| ^
22 | await resetDbState();
23 | ({ app, window } = await setupApp());
24 | loginPage = new LoginPage(window);
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:21:8
|
run automation:
automation/tests/transactionTests.test.js#L46
1) [Transaction tool] › tests/transactionTests.test.js:63:3 › Transaction tests › Verify that all elements on account create page are correct
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot set properties of undefined (setting 'generatedAccounts')
44 | test.afterAll(async () => {
45 | // Ensure transactionPage generatedAccounts is empty
> 46 | transactionPage.generatedAccounts = [];
| ^
47 | await closeApp(app);
48 | await resetDbState();
49 | });
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:46:38
|
run automation:
automation/tests/transactionTests.test.js#L21
1) [Transaction tool] › tests/transactionTests.test.js:63:3 › Transaction tests › Verify that all elements on account create page are correct
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 30000ms exceeded.
19 |
20 | test.describe('Transaction tests', () => {
> 21 | test.beforeAll(async () => {
| ^
22 | await resetDbState();
23 | ({ app, window } = await setupApp());
24 | loginPage = new LoginPage(window);
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:21:8
|
run automation:
automation/tests/transactionTests.test.js#L46
1) [Transaction tool] › tests/transactionTests.test.js:63:3 › Transaction tests › Verify that all elements on account create page are correct
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot set properties of undefined (setting 'generatedAccounts')
44 | test.afterAll(async () => {
45 | // Ensure transactionPage generatedAccounts is empty
> 46 | transactionPage.generatedAccounts = [];
| ^
47 | await closeApp(app);
48 | await resetDbState();
49 | });
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:46:38
|
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/transactionTests.test.js:63:3 › Transaction tests › Verify that all elements on account create page are correct
1 skipped
34 did not run
|
Loading