@Desktop • Generate Screenshots triggered by adammino-ledger on PR 8059 #1044
Annotations
4 errors, 1 warning, and 1 notice
apps/ledger-live-desktop/tests/page/swap.page.ts#L77
1) [mocked_tests] › specs/services/swap.spec.ts:30:7 › Swap › Add accounts via Swap page @smoke › Open source (From) account dropdown
TimeoutError: locator.click: Timeout 99000ms exceeded.
Call log:
- waiting for getByText('Ethereum 2')
at page/swap.page.ts:77
75 | async selectCurrencyByName(accountName: string) {
76 | await this.page.waitForTimeout(500); // TODO: Needs to be fixed once we have accessible element
> 77 | await this.currencyByName(accountName).click();
| ^
78 | }
79 |
80 | async addAccountFromAccountDropdown() {
at SwapPage.selectCurrencyByName (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/page/swap.page.ts:77:44)
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/swap.spec.ts:79:7
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/swap.spec.ts:78:5
|
apps/ledger-live-desktop/tests/specs/services/swap.spec.ts#L205
2) [mocked_tests] › specs/services/swap.spec.ts:108:7 › Swap › Full Swap with Centralised Exchange @smoke › Verify Swap details are present in the exchange drawer
Error: Timed out 41000ms waiting for expect(locator).toContainText(expected)
Locator: getByTestId('swap-amount-from').first()
Expected string: "-1.280"
Received string: "-1,28091223 BTC"
Call log:
- expect.soft.toContainText with timeout 41000ms
- waiting for getByTestId('swap-amount-from').first()
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from" class="sc-aXZVg sc-bVHCgj fVHZyb cSoJFC">-1,28091223 BTC</div>
- unexpected value "-1,28091223 BTC"
- locator resolved to <div font-size="6" color="palette.text.shade100" data-testid="swap-amount-from"
|
apps/ledger-live-desktop/tests/specs/services/swap.spec.ts#L206
2) [mocked_tests] › specs/services/swap.spec.ts:108:7 › Swap › Full Swap with Centralised Exchange @smoke › Verify Swap details are present in the exchange drawer
Error: Timed out 41000ms waiting for expect(locator).toContainText(expected)
Locator: getByTestId('swap-amount-to').first()
Expected string: "+17.8943438531 ETH"
Received string: "+17,8943438531 ETH"
Call log:
- expect.soft.toContainText with timeout 41000ms
- waiting for getByTestId('swap-amount-to').first()
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" color="#8b80db" data-testid="swap-amount-to" class="sc-aXZVg sc-bVHCgj ebBOjU cSoJFC">+17,8943438531 ETH</div>
- unexpected value "+17,8943438531 ETH"
- locator resolved to <div font-size="6" c
|
|
|
|
This job failed
Loading