chore: emotionless #2956
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 errors and 8 notices
[chromium] › specs/settings/settings.spec.ts:45:7 › Settings integration tests › should be able to change network:
tests/specs/settings/settings.spec.ts#L7
1) [chromium] › specs/settings/settings.spec.ts:45:7 › Settings integration tests › should be able to change network
Test timeout of 30000ms exceeded while running "beforeEach" hook.
5 |
6 | test.describe('Settings integration tests', () => {
> 7 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
8 | await globalPage.setupAndUseApiCalls(extensionId);
9 | await onboardingPage.signInWithTestAccount(extensionId);
10 | });
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:7:8
|
[chromium] › specs/settings/settings.spec.ts:45:7 › Settings integration tests › should be able to change network:
tests/page-object-models/onboarding.page.ts#L149
1) [chromium] › specs/settings/settings.spec.ts:45:7 › Settings integration tests › should be able to change network
Error: locator.type: Page closed
=========================== logs ===========================
waiting for getByRole('textbox')
============================================================
at page-object-models/onboarding.page.ts:149
147 | );
148 | await this.page.goto(`chrome-extension://${id}/index.html`);
> 149 | await this.page.getByRole('textbox').type(TEST_PASSWORD);
| ^
150 | await this.page.getByRole('button', { name: 'Continue' }).click();
151 | await this.page.waitForURL('**' + RouteUrls.Home);
152 | await this.page.locator('text="Account 1"').waitFor();
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:149:42)
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:9:5
|
[chromium] › specs/send/send-stx.spec.ts:26:9 › send stx › tests on testnet › that send max button sets available balance minus fee:
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.
|
[chromium] › specs/send/send-stx.spec.ts:26:9 › send stx › tests on testnet › that send max button sets available balance minus fee:
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
|
[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:
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
|
[chromium] › specs/send/send-stx.spec.ts:69:11 › send stx › tests on mainnet › send form input fields › that low fee estimate can be selected:
tests/specs/send/send-stx.spec.ts#L70
1) [chromium] › specs/send/send-stx.spec.ts:69:11 › send stx › tests on mainnet › send form input fields › that low fee estimate can be selected
Error: locator.scrollIntoViewIfNeeded: Element is not attached to the DOM
=========================== logs ===========================
waiting for element to be and stable
element is and stable
============================================================
68 |
69 | test('that low fee estimate can be selected', async ({ page }) => {
> 70 | await page.getByTestId(SharedComponentsSelectors.FeeToBePaidLabel).scrollIntoViewIfNeeded();
| ^
71 | await page.getByTestId(SharedComponentsSelectors.MiddleFeeEstimateItem).click();
72 | await page.getByTestId(SharedComponentsSelectors.LowFeeEstimateItem).click();
73 | const feeToBePaid = await page
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:70:76
|
[chromium] › specs/send/send-stx.spec.ts:84:11 › send stx › tests on mainnet › send form validation › that the amount must be a number:
tests/specs/send/send-stx.spec.ts#L14
2) [chromium] › specs/send/send-stx.spec.ts:84:11 › send stx › tests on mainnet › send form validation › that the amount must be a number
Test timeout of 30000ms exceeded while running "beforeEach" hook.
12 |
13 | test.describe('send stx', () => {
> 14 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
15 | await globalPage.setupAndUseApiCalls(extensionId);
16 | await onboardingPage.signInWithTestAccount(extensionId);
17 | });
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:14:8
|
[chromium] › specs/send/send-stx.spec.ts:84:11 › send stx › tests on mainnet › send form validation › that the amount must be a number:
tests/page-object-models/onboarding.page.ts#L149
2) [chromium] › specs/send/send-stx.spec.ts:84:11 › send stx › tests on mainnet › send form validation › that the amount must be a number
Error: locator.type: Page closed
=========================== logs ===========================
waiting for getByRole('textbox')
============================================================
at page-object-models/onboarding.page.ts:149
147 | );
148 | await this.page.goto(`chrome-extension://${id}/index.html`);
> 149 | await this.page.getByRole('textbox').type(TEST_PASSWORD);
| ^
150 | await this.page.getByRole('button', { name: 'Continue' }).click();
151 | await this.page.waitForURL('**' + RouteUrls.Home);
152 | await this.page.locator('text="Account 1"').waitFor();
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:149:42)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:16:5
|
🎭 Playwright Run Summary
6 passed (1.3m)
|
🎭 Playwright Run Summary
2 skipped
3 passed (1.1m)
|
🎭 Playwright Run Summary
5 passed (1.2m)
|
🎭 Playwright Run Summary
6 passed (1.1m)
|
🎭 Playwright Run Summary
5 passed (1.7m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/settings/settings.spec.ts:45:7 › Settings integration tests › should be able to change network
1 skipped
3 passed (1.6m)
|
🎭 Playwright Run Summary
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)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/send/send-stx.spec.ts:69:11 › send stx › tests on mainnet › send form input fields › that low fee estimate can be selected
[chromium] › specs/send/send-stx.spec.ts:84:11 › send stx › tests on mainnet › send form validation › that the amount must be a number
3 passed (2.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
26.3 MB |
|