fix: remove step from Import (#1394) #1550
Annotations
2 errors and 1 notice
run automation:
automation/pages/BasePage.js#L332
1) [Transaction tool] › tests/registrationTests.test.js:169:3 › Registration tests › Verify generate button is disabled until "I Understand" checkbox is selected
TimeoutError: locator.waitFor: Timeout 1000ms exceeded.
Call log:
- waiting for getByTestId('button-next-genereate') to be visible
at pages/BasePage.js:332
330 | console.log(`Checking if element with selector: ${selector} is disabled`);
331 | const element = this.getElement(selector, index);
> 332 | await element.waitFor({ state: 'visible', timeout });
| ^
333 | return await element.isDisabled();
334 | }
335 |
at RegistrationPage.isDisabled (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:332:19)
at RegistrationPage.isGenerateButtonDisabled (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/RegistrationPage.js:402:23)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/registrationTests.test.js:181:62
|
run automation:
automation/tests/registrationTests.test.js#L260
2) [Transaction tool] › tests/registrationTests.test.js:249:3 › Registration tests › Verify successful registration through "Create New" flow
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
258 |
259 | const isTabVisible = await registrationPage.isCreateNewTabVisible();
> 260 | expect(isTabVisible).toBe(true);
| ^
261 |
262 | await registrationPage.clickOnCreateNewTab();
263 | await registrationPage.clickOnUnderstandCheckbox();
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/registrationTests.test.js:260:26
|
run automation
2 flaky
[Transaction tool] › tests/registrationTests.test.js:169:3 › Registration tests › Verify generate button is disabled until "I Understand" checkbox is selected
[Transaction tool] › tests/registrationTests.test.js:249:3 › Registration tests › Verify successful registration through "Create New" flow
17 passed (1.9m)
|
Loading