fix: personal group transactions #1682
Annotations
2 errors and 1 notice
run automation:
automation/tests/loginTests.test.js#L20
1) [Transaction tool] › tests/loginTests.test.js:47:3 › Login tests › Verify that login with incorrect password shows an error message
"beforeAll" hook timeout of 30000ms exceeded.
18 |
19 | test.describe('Login tests', () => {
> 20 | test.beforeAll(async () => {
| ^
21 | await resetDbState();
22 | ({ app, window } = await setupApp());
23 | loginPage = new LoginPage(window);
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/loginTests.test.js:20:8
|
run automation:
automation/pages/RegistrationPage.js#L267
1) [Transaction tool] › tests/loginTests.test.js:47:3 › Login tests › Verify that login with incorrect password shows an error message
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/loginTests.test.js:32:5
|
run automation
1 flaky
[Transaction tool] › tests/loginTests.test.js:47:3 › Login tests › Verify that login with incorrect password shows an error message
4 passed (50.9s)
|
Loading