feat: sbtc integration #7247
Annotations
7 errors, 3 warnings, and 1 notice
Run Playwright tests:
tests/specs/swap/swap.spec.ts#L1
1) [chromium] › specs/swap/swap.spec.ts:50:3 › Swaps › that it preselects cross chain swap assets
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/page-object-models/swap.page.ts#L36
1) [chromium] › specs/swap/swap.spec.ts:50:3 › Swaps › that it preselects cross chain swap assets
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text="ALEX"')
at page-object-models/swap.page.ts:36
34 | await swapAssetSelectors[1].click();
35 | await this.page.locator(this.chooseAssetList).waitFor();
> 36 | await this.page.locator('text="ALEX"').click();
| ^
37 | }
38 |
39 | async inputSwapAmountBase() {
at SwapPage.selectAssetToReceive (/home/runner/work/extension/extension/tests/page-object-models/swap.page.ts:36:44)
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:56:5
|
Run Playwright tests:
tests/specs/swap/swap.spec.ts#L1
1) [chromium] › specs/swap/swap.spec.ts:50:3 › Swaps › that it preselects cross chain swap assets
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/page-object-models/swap.page.ts#L36
1) [chromium] › specs/swap/swap.spec.ts:50:3 › Swaps › that it preselects cross chain swap assets
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text="ALEX"')
at page-object-models/swap.page.ts:36
34 | await swapAssetSelectors[1].click();
35 | await this.page.locator(this.chooseAssetList).waitFor();
> 36 | await this.page.locator('text="ALEX"').click();
| ^
37 | }
38 |
39 | async inputSwapAmountBase() {
at SwapPage.selectAssetToReceive (/home/runner/work/extension/extension/tests/page-object-models/swap.page.ts:36:44)
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:56:5
|
Run Playwright tests:
tests/specs/swap/swap.spec.ts#L1
1) [chromium] › specs/swap/swap.spec.ts:50:3 › Swaps › that it preselects cross chain swap assets
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/page-object-models/swap.page.ts#L36
1) [chromium] › specs/swap/swap.spec.ts:50:3 › Swaps › that it preselects cross chain swap assets
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text="ALEX"')
at page-object-models/swap.page.ts:36
34 | await swapAssetSelectors[1].click();
35 | await this.page.locator(this.chooseAssetList).waitFor();
> 36 | await this.page.locator('text="ALEX"').click();
| ^
37 | }
38 |
39 | async inputSwapAmountBase() {
at SwapPage.selectAssetToReceive (/home/runner/work/extension/extension/tests/page-object-models/swap.page.ts:36:44)
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:56:5
|
Run Playwright tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
[chromium] › specs/transactions/transactions.spec.ts#L1
[chromium] › specs/transactions/transactions.spec.ts took 25.6s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run Playwright tests
1 failed
[chromium] › specs/swap/swap.spec.ts:50:3 › Swaps › that it preselects cross chain swap assets ─
6 passed (3.1m)
|
Loading