[Snyk] Upgrade electron-log from 5.2.3 to 5.2.4 (#1414) #1557
test-frontend.yaml
on: push
Build | Front-end
2m 1s
Matrix: unit-test
Matrix: test
Annotations
4 errors and 5 notices
[Transaction tool] › tests/settingsTests.test.js:52:3 › Settings tests › Verify that all elements in settings page are present:
automation/pages/RegistrationPage.js#L267
1) [Transaction tool] › tests/settingsTests.test.js:52:3 › Settings tests › Verify that all elements in settings page are present
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at pages/RegistrationPage.js:267
265 |
266 | const isTabVisible = await this.isCreateNewTabVisible();
> 267 | expect(isTabVisible).toBe(true);
| ^
268 |
269 | await this.clickOnCreateNewTab();
270 | await this.clickOnUnderstandCheckbox();
at RegistrationPage.completeRegistration (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/RegistrationPage.js:267:26)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/settingsTests.test.js:35:5
|
[Transaction tool] › tests/workflowTests.test.js:68:3 › Workflow tests › Verify account card is visible with valid information:
automation/pages/RegistrationPage.js#L267
1) [Transaction tool] › tests/workflowTests.test.js:68:3 › Workflow tests › Verify account card is visible with valid information
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at pages/RegistrationPage.js:267
265 |
266 | const isTabVisible = await this.isCreateNewTabVisible();
> 267 | expect(isTabVisible).toBe(true);
| ^
268 |
269 | await this.clickOnCreateNewTab();
270 | await this.clickOnUnderstandCheckbox();
at RegistrationPage.completeRegistration (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/RegistrationPage.js:267:26)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:42:5
|
[Transaction tool] › tests/transactionTests.test.js:175:3 › Transaction tests › Verify user can execute account delete tx:
automation/pages/TransactionPage.js#L756
1) [Transaction tool] › tests/transactionTests.test.js:175:3 › Transaction tests › Verify user can execute account delete tx
Error: Failed to enable the button after multiple attempts. Selector: button-header-create
at pages/TransactionPage.js:756
754 | }
755 |
> 756 | throw new Error(
| ^
757 | `Failed to enable the button after multiple attempts. Selector: ${buttonSelector}`,
758 | );
759 | }
at TransactionPage.fillInAccountId (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:756:11)
at TransactionPage.fillInDeletedAccountId (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:762:5)
at TransactionPage.deleteAccount (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:448:5)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:178:27
|
[Transaction tool] › tests/transactionTests.test.js:175:3 › Transaction tests › Verify user can execute account delete tx:
automation/pages/RegistrationPage.js#L267
1) [Transaction tool] › tests/transactionTests.test.js:175:3 › Transaction tests › Verify user can execute account delete tx
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at pages/RegistrationPage.js:267
265 |
266 | const isTabVisible = await this.isCreateNewTabVisible();
> 267 | expect(isTabVisible).toBe(true);
| ^
268 |
269 | await this.clickOnCreateNewTab();
270 | await this.clickOnUnderstandCheckbox();
at RegistrationPage.completeRegistration (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/RegistrationPage.js:267:26)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:36:5
|
🎭 Playwright Run Summary
5 passed (19.7s)
|
🎭 Playwright Run Summary
1 flaky
[Transaction tool] › tests/settingsTests.test.js:52:3 › Settings tests › Verify that all elements in settings page are present
9 passed (32.1s)
|
🎭 Playwright Run Summary
19 passed (1.7m)
|
🎭 Playwright Run Summary
1 flaky
[Transaction tool] › tests/workflowTests.test.js:68:3 › Workflow tests › Verify account card is visible with valid information
1 skipped
30 passed (1.9m)
|
🎭 Playwright Run Summary
1 flaky
[Transaction tool] › tests/transactionTests.test.js:175:3 › Transaction tests › Verify user can execute account delete tx
1 skipped
34 passed (3.7m)
|