feat: useCheckNftAccount in [LIB] (#7891) #177
build-and-test-push.yml
on: push
Test Mobile E2E
/
Ledger Live Mobile - Android Detox Tests
30m 18s
Test Mobile E2E
/
LLM - iOS Detox Tests
36m 9s
Test Desktop
/
Desktop Tests E2E (Ubuntu)
9m 9s
Matrix: Build Desktop / build-desktop-app
Build Mobile
/
Build LLM | Android
11m 34s
Build Mobile
/
Build LLM | iOS
9m 19s
Test Mobile
/
LLM CodeCheck
8m 52s
Test Design System
/
Design System Tests
3m 20s
Test CLI
/
Test CLI
3m 19s
Test Desktop
/
LLD Code Checks
11m 26s
Test Desktop
/
Desktop Unit Tests
6m 19s
Test Libraries
/
Test Libraries
2m 5s
Test Libraries
/
Codecheck Libraries
7m 5s
Test Libraries
/
Test Docs
4m 25s
Test Web Tools
/
Test web-tools
4m 5s
Test Mobile E2E
/
Allure Reports Export on Server
56s
Matrix: Test Mobile E2E / Upload to Xray
Test Mobile E2E
/
report
0s
Test Mobile E2E
/
report-on-slack
0s
Test Mobile E2E
/
Allure Reports Export on Server
1m 13s
OK
1s
Annotations
5 errors, 6 warnings, and 1 notice
[mocked_tests] › specs/services/swap.spec.ts:30:7 › Swap › Add accounts via Swap page @smoke:
apps/ledger-live-desktop/tests/specs/services/swap.spec.ts#L75
1) [mocked_tests] › specs/services/swap.spec.ts:30:7 › Swap › Add accounts via Swap page @smoke ──
Error: Screenshot comparison failed:
47824 pixels (ratio 0.07 of all image pixels) are different.
Expected: /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/swap.spec.ts-snapshots/open-swap-page-with-eth-account-selected-linux.png
Received: /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/services-swap-Swap-Add-accounts-via-Swap-page-smoke-mocked-tests/open-swap-page-with-eth-account-selected-actual.png
Diff: /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/services-swap-Swap-Add-accounts-via-Swap-page-smoke-mocked-tests/open-swap-page-with-eth-account-selected-diff.png
Call log:
- expect.soft.toHaveScreenshot(open-swap-page-with-eth-account-selected.png) with timeout 41000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 47824 pixels (ratio 0.07 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 47824 pixels (ratio 0.07 of all image pixels) are different.
73 | await accountsPage.navigateToAccountByName(ethereumAccountName);
74 | await accountPage.navigateToSwap();
> 75 | await expect.soft(page).toHaveScreenshot("open-swap-page-with-eth-account-selected.png");
| ^
76 | });
77 |
78 | await test.step("Open source (From) account dropdown", async () => {
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/swap.spec.ts:75:31
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/swap.spec.ts:71:5
|
[mocked_tests] › specs/services/swap.spec.ts:30:7 › Swap › Add accounts via Swap page @smoke:
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 ──
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
|
[mocked_tests] › specs/services/swap.spec.ts:108:7 › Swap › Full Swap with Centralised Exchange @smoke:
apps/ledger-live-desktop/tests/page/swap.page.ts#L53
2) [mocked_tests] › specs/services/swap.spec.ts:108:7 › Swap › Full Swap with Centralised Exchange @smoke › Open Swap Page
TimeoutError: locator.waitFor: Timeout 99000ms exceeded.
Call log:
- waiting for getByTestId('swap-max-spendable-toggle') to be visible
at page/swap.page.ts:53
51 |
52 | async waitForSwapFormToLoad() {
> 53 | await this.maxSpendableToggle.waitFor({ state: "visible" });
| ^
54 | }
55 |
56 | async sendMax() {
at SwapPage.waitForSwapFormToLoad (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/page/swap.page.ts:53:35)
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/swap.spec.ts:151:22
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/swap.spec.ts:149:5
|
Test Desktop / Desktop Tests E2E (Ubuntu)
Process completed with exit code 1.
|
OK
Process completed with exit code 1.
|
Test Libraries / Codecheck Libraries
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/github-script@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build Mobile / Build LLM | iOS
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build Mobile / Build LLM | iOS
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Test Desktop / report
The following actions use a deprecated Node.js version and will be forced to run on node20: slackapi/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test Mobile E2E / Ledger Live Mobile - Android Detox Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v3, android-actions/[email protected], gradle/gradle-build-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test Mobile E2E / LLM - iOS Detox Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
2.87.0-sha.00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3-linux-x86_64.AppImage
Expired
|
177 MB |
|
2.87.0-sha.00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3-mac.dmg
Expired
|
241 MB |
|
2.87.0-sha.00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3-win-x64.exe
Expired
|
138 MB |
|
3.50.0-sha.00cab1d-release
Expired
|
273 MB |
|
allure-results-linux
Expired
|
672 KB |
|
android-allure-report
Expired
|
38.6 MB |
|
android-test-artifacts
Expired
|
74 MB |
|
images
Expired
|
328 Bytes |
|
ios-allure-report
Expired
|
43.2 MB |
|
ios-test-artifacts
Expired
|
88.9 MB |
|
lint-desktop
Expired
|
36.3 KB |
|
lint-mobile
Expired
|
30.6 KB |
|
linux-js-bundle-metafiles
Expired
|
652 KB |
|
mac-js-bundle-metafiles
Expired
|
652 KB |
|
mobile.metafile.json
Expired
|
212 Bytes |
|
outputs-codecheck
Expired
|
298 Bytes |
|
outputs-test-libraries
Expired
|
157 Bytes |
|
outputs-test-ui
Expired
|
179 Bytes |
|
playwright-results-linux
Expired
|
6.77 MB |
|
summary-test-desktop.json
Expired
|
1.15 KB |
|
win-js-bundle-metafiles
Expired
|
652 KB |
|