Skip to content

feat(llm): 📝 add the receive flow NeedMemoTagModal (#7989) #173

feat(llm): 📝 add the receive flow NeedMemoTagModal (#7989)

feat(llm): 📝 add the receive flow NeedMemoTagModal (#7989) #173

Triggered via push October 7, 2024 15:08
Status Failure
Total duration 31m 10s
Billable time 28m
Artifacts 21
Test Mobile E2E  /  Ledger Live Mobile - Android Detox Tests
27m 8s
Test Mobile E2E / Ledger Live Mobile - Android Detox Tests
Test Mobile E2E  /  LLM - iOS Detox Tests
29m 6s
Test Mobile E2E / LLM - iOS Detox Tests
Test Desktop  /  Desktop Tests E2E (Ubuntu)
12m 15s
Test Desktop / Desktop Tests E2E (Ubuntu)
Matrix: Build Desktop / build-desktop-app
Build Mobile  /  Build LLM | Android
17m 39s
Build Mobile / Build LLM | Android
Build Mobile  /  Build LLM | iOS
7m 4s
Build Mobile / Build LLM | iOS
Test Mobile  /  LLM CodeCheck
6m 56s
Test Mobile / LLM CodeCheck
Test Design System  /  Design System Tests
2m 34s
Test Design System / Design System Tests
Test Desktop  /  LLD Code Checks
10m 26s
Test Desktop / LLD Code Checks
Test Desktop  /  Desktop Unit Tests
4m 23s
Test Desktop / Desktop Unit Tests
Test Libraries  /  Test Libraries
2m 41s
Test Libraries / Test Libraries
Test Libraries  /  Codecheck Libraries
5m 0s
Test Libraries / Codecheck Libraries
Test Libraries  /  Test Docs
2m 26s
Test Libraries / Test Docs
Test Web Tools  /  Test web-tools
1m 55s
Test Web Tools / Test web-tools
Test Mobile E2E  /  Allure Reports Export on Server
56s
Test Mobile E2E / Allure Reports Export on Server
Matrix: Test Mobile E2E / Upload to Xray
Test Mobile E2E  /  report
0s
Test Mobile E2E / report
Test Mobile E2E  /  report-on-slack
0s
Test Mobile E2E / report-on-slack
Test Mobile E2E  /  Allure Reports Export on Server
1m 2s
Test Mobile E2E / Allure Reports Export on Server
Test Desktop  /  Allure Reports Export on Server
31s
Test Desktop / Allure Reports Export on Server
Build Desktop  /  report
0s
Build Desktop / report
Build Mobile  /  report
0s
Build Mobile / report
Test CLI  /  report
0s
Test CLI / report
Test Desktop  /  report
22s
Test Desktop / report
Test Libraries  /  report
0s
Test Libraries / report
Test Web Tools  /  report
0s
Test Web Tools / report
Fit to window
Zoom out
Zoom in

Annotations

4 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: 47653 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 - 47653 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 - 47653 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
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/
Slow Test: apps/ledger-live-desktop/[mocked_tests] › specs/services/wallet-api.spec.ts#L1
apps/ledger-live-desktop/[mocked_tests] › specs/services/wallet-api.spec.ts took 1.0m
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/
🎭 Playwright Run Summary
1 failed [mocked_tests] › specs/services/swap.spec.ts:30:7 › Swap › Add accounts via Swap page @smoke ─── 3 skipped 64 passed (9.3m)

Artifacts

Produced during runtime
Name Size
2.87.0-sha.191b105e6f1c76e674da6e9e109efe1b01937b99-linux-x86_64.AppImage
177 MB
2.87.0-sha.191b105e6f1c76e674da6e9e109efe1b01937b99-mac.dmg
241 MB
2.87.0-sha.191b105e6f1c76e674da6e9e109efe1b01937b99-win-x64.exe
138 MB
3.50.0-sha.191b105-release
273 MB
allure-results-linux
760 KB
android-allure-report
38.4 MB
android-test-artifacts
73.8 MB
images
328 Bytes
ios-allure-report
37 MB
ios-test-artifacts
77 MB
lint-desktop
36.2 KB
lint-mobile
30.5 KB
linux-js-bundle-metafiles
651 KB
mac-js-bundle-metafiles
651 KB
mobile.metafile.json
213 Bytes
outputs-codecheck
298 Bytes
outputs-test-libraries
157 Bytes
outputs-test-ui
179 Bytes
playwright-results-linux
5.04 MB
summary-test-desktop.json
1.15 KB
win-js-bundle-metafiles
651 KB