chore: emotionless #2956
Annotations
3 errors and 1 notice
tests/specs/send/send-stx.spec.ts#L1
1) [chromium] › specs/send/send-stx.spec.ts:26:9 › send stx › tests on testnet › that send max button sets available balance minus fee
Test timeout of 90000ms exceeded.
|
tests/specs/send/send-stx.spec.ts#L31
1) [chromium] › specs/send/send-stx.spec.ts:26:9 › send stx › tests on testnet › that send max button sets available balance minus fee
Error: locator.click: Page closed
=========================== logs ===========================
waiting for getByTestId('send-max-btn')
============================================================
29 | await sendPage.amountInput.clear();
30 | await sendPage.amountInput.blur();
> 31 | await sendPage.sendMaxButton.click();
| ^
32 | await sendPage.amountInput.blur();
33 | test.expect(await sendPage.amountInput.inputValue()).toBeTruthy();
34 | });
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:31:36
|
tests/specs/send/send-stx.spec.ts#L59
2) [chromium] › specs/send/send-stx.spec.ts:58:11 › send stx › tests on mainnet › send form input fields › that fee row defaults to middle fee estimation
Error: locator.scrollIntoViewIfNeeded: Element is not attached to the DOM
=========================== logs ===========================
waiting for element to be and stable
element is and stable
============================================================
57 |
58 | test('that fee row defaults to middle fee estimation', async ({ page }) => {
> 59 | await page.getByTestId(SharedComponentsSelectors.FeeToBePaidLabel).scrollIntoViewIfNeeded();
| ^
60 | const feeToBePaid = await page
61 | .getByTestId(SharedComponentsSelectors.FeeToBePaidLabel)
62 | .innerText();
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:59:76
|
2 flaky
[chromium] › specs/send/send-stx.spec.ts:26:9 › send stx › tests on testnet › that send max button sets available balance minus fee
[chromium] › specs/send/send-stx.spec.ts:58:11 › send stx › tests on mainnet › send form input fields › that fee row defaults to middle fee estimation
3 passed (3.0m)
|
The logs for this run have expired and are no longer available.
Loading