@Desktop • UI e2e • Test App triggered by valber-ledger on ref support/qaa129-adding-new-test-cases #402
Annotations
4 errors and 1 notice
apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L45
1) [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Polkadot] Add account › Get fist account name
TimeoutError: locator.inputValue: Timeout 99000ms exceeded.
Call log:
- waiting for getByTestId('add-accounts-step-import-accounts-list').locator('input').first()
43 | await app.addAccount.expectModalVisiblity();
44 | await app.addAccount.selectCurrency(currency);
> 45 | firstAccountName = await app.addAccount.getFirstAccountName();
| ^
46 |
47 | await app.addAccount.addAccounts();
48 | await app.addAccount.done();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:45:49
|
apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L45
2) [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Cardano] Add account › Get fist account name
TimeoutError: locator.inputValue: Timeout 99000ms exceeded.
Call log:
- waiting for getByTestId('add-accounts-step-import-accounts-list').locator('input').first()
43 | await app.addAccount.expectModalVisiblity();
44 | await app.addAccount.selectCurrency(currency);
> 45 | firstAccountName = await app.addAccount.getFirstAccountName();
| ^
46 |
47 | await app.addAccount.addAccounts();
48 | await app.addAccount.done();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:45:49
|
apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L47
3) [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Stellar] Add account › Click `Add Accounts` button
TimeoutError: locator.click: Timeout 99000ms exceeded.
Call log:
- waiting for getByTestId('add-accounts-import-add-button')
- locator resolved to <button disabled font-size="4" class="sc-kMribo dkXjZa" color="rgba(255, 255, 255, 0.6)" data-testid="add-accounts-import-add-button">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #11
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #12
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #13
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #14
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #15
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #16
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #17
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
45 | firstAccountName = await app.addAccount.getFirstAccountName();
46 |
> 47 | await app.addAccount.addAccounts();
| ^
48 | await app.addAccount.done();
49 | // Todo: Remove 'if' when CounterValue is fixed for $TON - LIVE-13685
50 | if (currency.name !== Currency.TON.name) {
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:47:30
|
apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L45
4) [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Solana] Add account › Get fist account name
TimeoutError: locator.inputValue: Timeout 99000ms exceeded.
Call log:
- waiting for getByTestId('add-accounts-step-import-accounts-list').locator('input').first()
43 | await app.addAccount.expectModalVisiblity();
44 | await app.addAccount.selectCurrency(currency);
> 45 | firstAccountName = await app.addAccount.getFirstAccountName();
| ^
46 |
47 | await app.addAccount.addAccounts();
48 | await app.addAccount.done();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:45:49
|
4 flaky
[speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Polkadot] Add account
[speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Cardano] Add account
[speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Stellar] Add account
[speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Solana] Add account
20 passed (4.7m)
|
The logs for this run have expired and are no longer available.
Loading