feat: automation hooks and attach-mode state handling on top of shared parallel E2E execution #4465
Annotations
1 error and 1 notice
|
automation/pages/LoginPage.ts#L198
1) [Transaction tool] › tests/settingsTests.test.ts:52:3 › Settings tests @local-basic › Verify user can decrypt private key
Error: Blocking modal "[data-testid="modal-confirm-transaction"][style*="display: block"]" did not close within 30000 ms
at ../pages/LoginPage.ts:198
196 | const modalHidden = await this.isElementHidden(this.blockingModalSelector, null, timeout);
197 | if (!modalHidden) {
> 198 | throw new Error(
| ^
199 | `Blocking modal "${this.blockingModalSelector}" did not close within ${timeout} ms`,
200 | );
201 | }
at LoginPage.waitForBlockingModalToClose (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/LoginPage.ts:198:13)
at LoginPage.clickSignIn (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/LoginPage.ts:191:5)
at LoginPage.login (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/LoginPage.ts:115:5)
at createSeededLocalUserSession (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/utils/seeding/localUserSeeding.ts:151:3)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/settingsTests.test.ts:40:24
|
|
|
The logs for this run have expired and are no longer available.
Loading