chore(deps-dev): bump @leather-wallet/rpc from 0.3.0 to 0.3.9 #5784
playwright.yml
on: pull_request
Matrix: test
Merge reports
42s
Annotations
49 errors, 15 warnings, and 9 notices
[chromium] › specs/settings/settings.spec.ts:13:3 › Settings menu › that menu item takes user to support page:
tests/specs/settings/settings.spec.ts#L1
1) [chromium] › specs/settings/settings.spec.ts:13:3 › Settings menu › that menu item takes user to support page
Test timeout of 30000ms exceeded.
|
[chromium] › specs/settings/settings.spec.ts:13:3 › Settings menu › that menu item takes user to support page:
tests/specs/settings/settings.spec.ts#L14
1) [chromium] › specs/settings/settings.spec.ts:13:3 › Settings menu › that menu item takes user to support page
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
12 |
13 | test('that menu item takes user to support page', async ({ page }) => {
> 14 | await page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
15 |
16 | const [supportPage] = await Promise.all([
17 | page.waitForEvent('popup'),
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:14:63
|
[chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets:
tests/page-object-models/onboarding.page.ts#L271
1) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
[chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets:
tests/page-object-models/onboarding.page.ts#L271
1) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
[chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets:
tests/page-object-models/onboarding.page.ts#L271
1) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:120:9 › Rpc: GetAddresses › softwareWallet › it redirects back to get addresses flow when wallet is locked:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L1
2) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:120:9 › Rpc: GetAddresses › softwareWallet › it redirects back to get addresses flow when wallet is locked
Test timeout of 30000ms exceeded.
|
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:120:9 › Rpc: GetAddresses › softwareWallet › it redirects back to get addresses flow when wallet is locked:
tests/page-object-models/home.page.ts#L111
2) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:120:9 › Rpc: GetAddresses › softwareWallet › it redirects back to get addresses flow when wallet is locked
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:111
109 |
110 | async clickSettingsButton() {
> 111 | await this.settingsButton.click();
| ^
112 | }
113 |
114 | async goToSecretKey() {
at HomePage.clickSettingsButton (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:111:31)
at HomePage.lock (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:128:16)
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:125:26
|
Shard 5 of 10
Process completed with exit code 1.
|
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved:
tests/specs/message-signing/bip322-message-signing.spec.ts#L1
1) [chromium] › specs/message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved
Test timeout of 30000ms exceeded.
|
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved:
tests/specs/message-signing/bip322-message-signing.spec.ts#L23
1) [chromium] › specs/message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved
Error: page.evaluate: Target page, context or browser has been closed
21 | function initiateMessageSigning(page: Page) {
22 | return async (message: string) =>
> 23 | page.evaluate(
| ^
24 | async message =>
25 | (window as any).LeatherProvider.request('signMessage', {
26 | message,
at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:23:14
at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:35:37
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:71:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:71:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index
Test timeout of 30000ms exceeded.
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:71:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L62
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:71:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index
Error: page.evaluate: Target page, context or browser has been closed
60 | function initiatePsbtSigning(page: Page) {
61 | return async (params: SignPsbtRequestParams & { broadcast?: boolean }) =>
> 62 | page.evaluate(
| ^
63 | async params =>
64 | (window as any).LeatherProvider.request('signPsbt', {
65 | ...params,
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:62:12
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:76:32
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:88:3 › Sign PSBT › that only requested inputs are signed:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
2) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:88:3 › Sign PSBT › that only requested inputs are signed
Test timeout of 30000ms exceeded.
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:88:3 › Sign PSBT › that only requested inputs are signed:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L62
2) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:88:3 › Sign PSBT › that only requested inputs are signed
Error: page.evaluate: Target page, context or browser has been closed
60 | function initiatePsbtSigning(page: Page) {
61 | return async (params: SignPsbtRequestParams & { broadcast?: boolean }) =>
> 62 | page.evaluate(
| ^
63 | async params =>
64 | (window as any).LeatherProvider.request('signPsbt', {
65 | ...params,
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:62:12
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:90:32
|
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in:
tests/page-object-models/onboarding.page.ts#L271
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:19:5
|
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in:
tests/page-object-models/onboarding.page.ts#L271
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:19:5
|
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in:
tests/page-object-models/onboarding.page.ts#L271
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:19:5
|
[chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address:
tests/page-object-models/onboarding.page.ts#L271
2) [chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address:
tests/page-object-models/onboarding.page.ts#L271
2) [chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address:
tests/page-object-models/onboarding.page.ts#L271
2) [chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
tests/page-object-models/onboarding.page.ts#L271
3) [chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
tests/page-object-models/onboarding.page.ts#L271
3) [chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
tests/page-object-models/onboarding.page.ts#L271
3) [chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address:
tests/page-object-models/onboarding.page.ts#L271
4) [chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX:
tests/specs/fund/fund.spec.ts#L6
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Buy tokens test', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, homePage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.goToFundChooseCurrencyPage();
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:6:8
|
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX:
tests/page-object-models/home.page.ts#L133
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('fund-account-btn')
at page-object-models/home.page.ts:133
131 |
132 | async goToFundChooseCurrencyPage() {
> 133 | await this.fundAccountBtn.click();
| ^
134 | }
135 | }
136 |
at HomePage.goToFundChooseCurrencyPage (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:133:31)
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:9:20
|
[chromium] › specs/fund/fund.spec.ts:33:3 › Buy tokens test › should redirect to provider URL while funding BTC:
tests/specs/fund/fund.spec.ts#L6
2) [chromium] › specs/fund/fund.spec.ts:33:3 › Buy tokens test › should redirect to provider URL while funding BTC
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Buy tokens test', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, homePage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.goToFundChooseCurrencyPage();
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:6:8
|
[chromium] › specs/fund/fund.spec.ts:33:3 › Buy tokens test › should redirect to provider URL while funding BTC:
tests/page-object-models/home.page.ts#L133
2) [chromium] › specs/fund/fund.spec.ts:33:3 › Buy tokens test › should redirect to provider URL while funding BTC
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('fund-account-btn')
at page-object-models/home.page.ts:133
131 |
132 | async goToFundChooseCurrencyPage() {
> 133 | await this.fundAccountBtn.click();
| ^
134 | }
135 | }
136 |
at HomePage.goToFundChooseCurrencyPage (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:133:31)
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:9:20
|
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:3 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer:
tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
1) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:3 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer
Test timeout of 30000ms exceeded.
|
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:3 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer:
tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts#L38
1) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:3 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer
Error: page.evaluate: Target page, context or browser has been closed
36 | function initiateTxSigning(page: Page) {
37 | return async (txHex: string) =>
> 38 | page.evaluate(
| ^
39 | async txHex =>
40 | (window as any).LeatherProvider.request('stx_signTransaction', {
41 | txHex,
at /home/runner/work/extension/extension/tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts:38:12
at /home/runner/work/extension/extension/tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts:63:30
|
[chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed:
tests/specs/send/send-btc.spec.ts#L12
2) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed
Test timeout of 30000ms exceeded while running "beforeEach" hook.
10 |
11 | test.describe('send btc', () => {
> 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
13 | await globalPage.setupAndUseApiCalls(extensionId);
14 | await onboardingPage.signInWithTestAccount(extensionId);
15 | await homePage.selectTestnet();
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
|
[chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed:
tests/page-object-models/home.page.ts#L100
2) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:100
98 |
99 | async selectTestnet() {
> 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:100:68)
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:15:20
|
[chromium] › specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo:
tests/specs/send/send-btc.spec.ts#L12
3) [chromium] › specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo
Test timeout of 30000ms exceeded while running "beforeEach" hook.
10 |
11 | test.describe('send btc', () => {
> 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
13 | await globalPage.setupAndUseApiCalls(extensionId);
14 | await onboardingPage.signInWithTestAccount(extensionId);
15 | await homePage.selectTestnet();
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
|
[chromium] › specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo:
tests/page-object-models/home.page.ts#L100
3) [chromium] › specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:100
98 |
99 | async selectTestnet() {
> 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:100:68)
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:15:20
|
[chromium] › specs/send/send-btc.spec.ts:107:5 › send btc › btc send form › that fallbacks to other api provider if main fails:
tests/specs/send/send-btc.spec.ts#L12
4) [chromium] › specs/send/send-btc.spec.ts:107:5 › send btc › btc send form › that fallbacks to other api provider if main fails
Test timeout of 30000ms exceeded while running "beforeEach" hook.
10 |
11 | test.describe('send btc', () => {
> 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
13 | await globalPage.setupAndUseApiCalls(extensionId);
14 | await onboardingPage.signInWithTestAccount(extensionId);
15 | await homePage.selectTestnet();
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
|
[chromium] › specs/send/send-btc.spec.ts:107:5 › send btc › btc send form › that fallbacks to other api provider if main fails:
tests/page-object-models/home.page.ts#L100
4) [chromium] › specs/send/send-btc.spec.ts:107:5 › send btc › btc send form › that fallbacks to other api provider if main fails
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:100
98 |
99 | async selectTestnet() {
> 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:100:68)
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:15:20
|
[chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value:
tests/specs/send/send-stx.spec.ts#L18
1) [chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 |
17 | test.describe('send stx: tests on testnet', () => {
> 18 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
19 | await globalPage.setupAndUseApiCalls(extensionId);
20 |
21 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
|
[chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value:
tests/page-object-models/home.page.ts#L100
1) [chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:100
98 |
99 | async selectTestnet() {
> 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:100:68)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:22:20
|
[chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value:
tests/specs/send/send-stx.spec.ts#L18
2) [chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 |
17 | test.describe('send stx: tests on testnet', () => {
> 18 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
19 | await globalPage.setupAndUseApiCalls(extensionId);
20 |
21 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
|
[chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value:
tests/page-object-models/home.page.ts#L100
2) [chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:100
98 |
99 | async selectTestnet() {
> 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:100:68)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:22:20
|
[chromium] › specs/send/send-stx.spec.ts:118:5 › send stx: tests on testnet › send form validation › that the address must be valid:
tests/specs/send/send-stx.spec.ts#L18
3) [chromium] › specs/send/send-stx.spec.ts:118:5 › send stx: tests on testnet › send form validation › that the address must be valid
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 |
17 | test.describe('send stx: tests on testnet', () => {
> 18 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
19 | await globalPage.setupAndUseApiCalls(extensionId);
20 |
21 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
|
[chromium] › specs/send/send-stx.spec.ts:118:5 › send stx: tests on testnet › send form validation › that the address must be valid:
tests/page-object-models/home.page.ts#L100
3) [chromium] › specs/send/send-stx.spec.ts:118:5 › send stx: tests on testnet › send form validation › that the address must be valid
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:100
98 |
99 | async selectTestnet() {
> 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:100:68)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:22:20
|
[chromium] › specs/send/send-stx.spec.ts:143:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details to be confirmed:
tests/specs/send/send-stx.spec.ts#L18
4) [chromium] › specs/send/send-stx.spec.ts:143:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details to be confirmed
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 |
17 | test.describe('send stx: tests on testnet', () => {
> 18 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
19 | await globalPage.setupAndUseApiCalls(extensionId);
20 |
21 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
|
[chromium] › specs/send/send-stx.spec.ts:143:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details to be confirmed:
tests/page-object-models/home.page.ts#L100
4) [chromium] › specs/send/send-stx.spec.ts:143:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details to be confirmed
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:100
98 |
99 | async selectTestnet() {
> 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:100:68)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:22:20
|
[chromium] › specs/send/send-stx.spec.ts:153:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details after validation error is resolved:
tests/specs/send/send-stx.spec.ts#L18
5) [chromium] › specs/send/send-stx.spec.ts:153:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details after validation error is resolved
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 |
17 | test.describe('send stx: tests on testnet', () => {
> 18 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
19 | await globalPage.setupAndUseApiCalls(extensionId);
20 |
21 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
|
[chromium] › specs/send/send-stx.spec.ts:153:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details after validation error is resolved:
tests/page-object-models/home.page.ts#L100
5) [chromium] › specs/send/send-stx.spec.ts:153:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details after validation error is resolved
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:100
98 |
99 | async selectTestnet() {
> 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:100:68)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:22:20
|
Merge reports
Action failed with "not found deploy key or tokens"
|
Merge reports
Action failed with "not found deploy key or tokens"
|
Merge reports
Process returned exit code 1
Launched as "/home/runner/runners/2.316.1/externals/node20/bin/node /home/runner/work/_actions/Wandalen/wretry.action/v3.5.0_js_action/src/Runner.mjs /home/runner/work/_actions/Wandalen/actions-gh-pages/lib/index.js"
Launched at "/home/runner/work/extension/extension"
Attempts exhausted, made 2 attempts :
Attempt #1 started at : 11:03:36 GMT+0000 (Coordinated Universal Time)
Attempt #2 started at : 11:03:36 GMT+0000 (Coordinated Universal Time)
|
Shard 2 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 10 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › specs/transactions/transactions.spec.ts#L1
[chromium] › specs/transactions/transactions.spec.ts took 23.2s
|
Shard 9 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 5 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 3 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › specs/network/add-network.spec.ts#L1
[chromium] › specs/network/add-network.spec.ts took 49.8s
|
Shard 6 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 4 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 1 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › specs/ledger/ledger.spec.ts#L1
[chromium] › specs/ledger/ledger.spec.ts took 42.5s
|
Shard 7 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 8 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Merge reports
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
|
🎭 Playwright Run Summary
1 skipped
3 passed (33.9s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/settings/settings.spec.ts:13:3 › Settings menu › that menu item takes user to support page
4 passed (1.4m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
1 flaky
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:120:9 › Rpc: GetAddresses › softwareWallet › it redirects back to get addresses flow when wallet is locked
8 passed (1.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved
7 passed (1.8m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:71:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:88:3 › Sign PSBT › that only requested inputs are signed
3 passed (2.0m)
|
🎭 Playwright Run Summary
4 failed
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
[chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
[chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address
1 flaky
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile
4 passed (2.2m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
[chromium] › specs/fund/fund.spec.ts:33:3 › Buy tokens test › should redirect to provider URL while funding BTC
4 skipped
10 passed (2.2m)
|
🎭 Playwright Run Summary
4 flaky
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:3 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer
[chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed
[chromium] › specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo
[chromium] › specs/send/send-btc.spec.ts:107:5 › send btc › btc send form › that fallbacks to other api provider if main fails
4 passed (3.7m)
|
🎭 Playwright Run Summary
7 flaky
[chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value
[chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
[chromium] › specs/send/send-stx.spec.ts:118:5 › send stx: tests on testnet › send form validation › that the address must be valid
[chromium] › specs/send/send-stx.spec.ts:143:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details to be confirmed
[chromium] › specs/send/send-stx.spec.ts:153:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details after validation error is resolved
[chromium] › specs/send/send-stx.spec.ts:181:5 › send stx: tests on mainnet › send form input fields › that recipient address matches bns name
[chromium] › specs/send/send-stx.spec.ts:196:5 › send stx: tests on mainnet › send form input fields › that fee row defaults to middle fee estimation
8 passed (6.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
124 MB |
|