Full page extension views, containers, shared headers + footers #4683
Annotations
2 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/send/send-stx.spec.ts send stx tests on testnet that send max button sets available balance minus fee"
at specs/send/send-stx.spec.ts:29
27 | });
28 |
> 29 | test.only('that send max button sets available balance minus fee', async () => {
| ^
30 | await sPage.amountInput.fill('.0001');
31 | await sPage.amountInput.clear();
32 | await sPage.amountInput.blur();
|
Run Playwright tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading