feat: sbtc integration #7241
Annotations
3 errors and 1 warning
|
Run Playwright tests
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../playwright.config.ts': "specs/swap/swap.spec.ts Swaps that it preselects cross chain swap assets"
at specs/swap/swap.spec.ts:50
48 | });
49 |
> 50 | test.only('that it preselects cross chain swap assets', async ({ swapPage }) => {
| ^
51 | await swapPage.selectBtcAsBaseAsset();
52 |
53 | const quoteAsset = await swapPage.page.locator('text="sBTC"').innerText();
|
Run Playwright tests
Process completed with exit code 1.
|
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/
|
Loading