Provide how much balance was transferred to the transfer account id when deleting an account #33
test-frontend.yaml
on: pull_request
Build front-end
3m 28s
Matrix: test
Annotations
9 errors, 4 warnings, and 5 notices
[Transaction tool] › tests/settingsTests.test.js:135:3 › Settings tests › Verify user can delete key:
automation/tests/settingsTests.test.js#L1
1) [Transaction tool] › tests/settingsTests.test.js:135:3 › Settings tests › Verify user can delete key
Test timeout of 30000ms exceeded.
|
[Transaction tool] › tests/settingsTests.test.js:135:3 › Settings tests › Verify user can delete key:
automation/pages/BasePage.js#L92
1) [Transaction tool] › tests/settingsTests.test.js:135:3 › Settings tests › Verify user can delete key
Error: locator.fill: Target crashed
Call log:
- waiting for getByTestId('input-email')
at pages/BasePage.js:92
90 | console.log(`Filling element with testId: ${testId} with value: ${value}`);
91 | const element = this.window.getByTestId(testId);
> 92 | await element.fill(value);
| ^
93 | }
94 |
95 | async fillByTestIdWithIndex(testId, value, index = 1) {
at LoginPage.fillByTestId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:92:19)
at LoginPage.resetForm (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/LoginPage.js:46:16)
at LoginPage.logout (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/LoginPage.js:60:18)
at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/settingsTests.test.js:40:5
|
[Transaction tool] › tests/workflowTests.test.js:482:3 › Workflow tests › Verify transaction details are displayed for account delete tx :
automation/pages/BasePage.js#L26
1) [Transaction tool] › tests/workflowTests.test.js:482:3 › Workflow tests › Verify transaction details are displayed for account delete tx
Error: locator.waitFor: Error: strict mode violation: getByTestId('p-account-delete-details-transfer-account-id') resolved to 2 elements:
1) <p class="text-small overflow-hidden mt-1" data-tes…>0.0.1031</p> aka locator('div').filter({ hasText: /^Transfer Account ID0\.0\.1031$/ }).getByTestId('p-account-delete-details-transfer-account-id')
2) <p class="text-small overflow-hidden mt-1" data-tes…>0 ℏ</p> aka getByText('ℏ')
Call log:
- waiting for getByTestId('p-account-delete-details-transfer-account-id') to be visible
at pages/BasePage.js:26
24 | console.log(`Getting text for element with testId: ${testId}`);
25 | const element = this.window.getByTestId(testId);
> 26 | await element.waitFor({ state: 'visible', timeout: timeout });
| ^
27 | return element.textContent();
28 | }
29 |
at DetailsPage.getTextByTestId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:26:19)
at DetailsPage.getAccountDeleteDetailsTransferId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/DetailsPage.js:136:23)
at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:498:56
at DetailsPage.assertTransactionDetails (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/DetailsPage.js:223:5)
at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:491:5
|
[Transaction tool] › tests/workflowTests.test.js:482:3 › Workflow tests › Verify transaction details are displayed for account delete tx :
automation/pages/BasePage.js#L26
1) [Transaction tool] › tests/workflowTests.test.js:482:3 › Workflow tests › Verify transaction details are displayed for account delete tx
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Error: strict mode violation: getByTestId('p-account-delete-details-transfer-account-id') resolved to 2 elements:
1) <p class="text-small overflow-hidden mt-1" data-tes…>0.0.1031</p> aka locator('div').filter({ hasText: /^Transfer Account ID0\.0\.1031$/ }).getByTestId('p-account-delete-details-transfer-account-id')
2) <p class="text-small overflow-hidden mt-1" data-tes…>0 ℏ</p> aka getByText('ℏ')
Call log:
- waiting for getByTestId('p-account-delete-details-transfer-account-id') to be visible
at pages/BasePage.js:26
24 | console.log(`Getting text for element with testId: ${testId}`);
25 | const element = this.window.getByTestId(testId);
> 26 | await element.waitFor({ state: 'visible', timeout: timeout });
| ^
27 | return element.textContent();
28 | }
29 |
at DetailsPage.getTextByTestId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:26:19)
at DetailsPage.getAccountDeleteDetailsTransferId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/DetailsPage.js:136:23)
at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:498:56
at DetailsPage.assertTransactionDetails (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/DetailsPage.js:223:5)
at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:491:5
|
[Transaction tool] › tests/workflowTests.test.js:482:3 › Workflow tests › Verify transaction details are displayed for account delete tx :
automation/pages/BasePage.js#L26
1) [Transaction tool] › tests/workflowTests.test.js:482:3 › Workflow tests › Verify transaction details are displayed for account delete tx
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Error: strict mode violation: getByTestId('p-account-delete-details-transfer-account-id') resolved to 2 elements:
1) <p class="text-small overflow-hidden mt-1" data-tes…>0.0.1031</p> aka locator('div').filter({ hasText: /^Transfer Account ID0\.0\.1031$/ }).getByTestId('p-account-delete-details-transfer-account-id')
2) <p class="text-small overflow-hidden mt-1" data-tes…>0 ℏ</p> aka getByText('ℏ')
Call log:
- waiting for getByTestId('p-account-delete-details-transfer-account-id') to be visible
at pages/BasePage.js:26
24 | console.log(`Getting text for element with testId: ${testId}`);
25 | const element = this.window.getByTestId(testId);
> 26 | await element.waitFor({ state: 'visible', timeout: timeout });
| ^
27 | return element.textContent();
28 | }
29 |
at DetailsPage.getTextByTestId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:26:19)
at DetailsPage.getAccountDeleteDetailsTransferId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/DetailsPage.js:136:23)
at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:498:56
at DetailsPage.assertTransactionDetails (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/DetailsPage.js:223:5)
at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:491:5
|
[Transaction tool] › tests/workflowTests.test.js:482:3 › Workflow tests › Verify transaction details are displayed for account delete tx :
automation/pages/BasePage.js#L26
1) [Transaction tool] › tests/workflowTests.test.js:482:3 › Workflow tests › Verify transaction details are displayed for account delete tx
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Error: strict mode violation: getByTestId('p-account-delete-details-transfer-account-id') resolved to 2 elements:
1) <p class="text-small overflow-hidden mt-1" data-tes…>0.0.1031</p> aka locator('div').filter({ hasText: /^Transfer Account ID0\.0\.1031$/ }).getByTestId('p-account-delete-details-transfer-account-id')
2) <p class="text-small overflow-hidden mt-1" data-tes…>0 ℏ</p> aka getByText('ℏ')
Call log:
- waiting for getByTestId('p-account-delete-details-transfer-account-id') to be visible
at pages/BasePage.js:26
24 | console.log(`Getting text for element with testId: ${testId}`);
25 | const element = this.window.getByTestId(testId);
> 26 | await element.waitFor({ state: 'visible', timeout: timeout });
| ^
27 | return element.textContent();
28 | }
29 |
at DetailsPage.getTextByTestId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:26:19)
at DetailsPage.getAccountDeleteDetailsTransferId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/DetailsPage.js:136:23)
at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:498:56
at DetailsPage.assertTransactionDetails (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/DetailsPage.js:223:5)
at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:491:5
|
WorkflowTests
Process completed with exit code 1.
|
[Transaction tool] › tests/transactionTests.test.js:170:3 › Transaction tests › Verify account is displayed in the account card section:
automation/tests/transactionTests.test.js#L1
1) [Transaction tool] › tests/transactionTests.test.js:170:3 › Transaction tests › Verify account is displayed in the account card section
Test timeout of 30000ms exceeded.
|
[Transaction tool] › tests/transactionTests.test.js:170:3 › Transaction tests › Verify account is displayed in the account card section:
automation/pages/BasePage.js#L13
1) [Transaction tool] › tests/transactionTests.test.js:170:3 › Transaction tests › Verify account is displayed in the account card section
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('button-sign-and-submit')
- locator resolved to <button disabled type="submit" class="btn btn-primary" d…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #11
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #12
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #13
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #14
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #15
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #16
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #17
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #18
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #19
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #20
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #21
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #22
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying clic
|
Slow Test:
automation/[Transaction tool] › tests/settingsTests.test.js#L1
automation/[Transaction tool] › tests/settingsTests.test.js took 58.4s
|
Slow Test:
automation/[Transaction tool] › tests/registrationTests.test.js#L1
automation/[Transaction tool] › tests/registrationTests.test.js took 1.7m
|
Slow Test:
automation/[Transaction tool] › tests/workflowTests.test.js#L1
automation/[Transaction tool] › tests/workflowTests.test.js took 3.3m
|
Slow Test:
automation/[Transaction tool] › tests/transactionTests.test.js#L1
automation/[Transaction tool] › tests/transactionTests.test.js took 4.6m
|
🎭 Playwright Run Summary
5 passed (27.2s)
|
🎭 Playwright Run Summary
1 flaky
[Transaction tool] › tests/settingsTests.test.js:135:3 › Settings tests › Verify user can delete key
7 passed (1.5m)
|
🎭 Playwright Run Summary
19 passed (1.9m)
|
🎭 Playwright Run Summary
1 failed
[Transaction tool] › tests/workflowTests.test.js:482:3 › Workflow tests › Verify transaction details are displayed for account delete tx
31 passed (4.7m)
|
🎭 Playwright Run Summary
1 flaky
[Transaction tool] › tests/transactionTests.test.js:170:3 › Transaction tests › Verify account is displayed in the account card section
35 passed (5.2m)
|