Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: nightly on speculos test #6908

Merged
merged 1 commit into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/cool-clocks-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": minor
---

Activate Nightly on speculos tests
2 changes: 2 additions & 0 deletions .github/workflows/test-ui-e2e-only-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "@Desktop β€’ UI e2e β€’ Test App"
run-name: "@Desktop β€’ UI e2e β€’ Test App triggered by ${{ inputs.login || github.actor }} ${{ format('on ref {0}', github.ref_name) }}"

on:
schedule:
- cron: "0 5 * * 1-5"
workflow_dispatch:
inputs:
ref:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const currencies: Currency[] = [
Currency.tETH,
Currency.sepETH,
Currency.XRP,
Currency.SOL,
Currency.DOT,
Currency.TRX,
];
Expand All @@ -31,7 +30,10 @@ for (const [i, currency] of currencies.entries()) {
let firstAccountName = "NO ACCOUNT NAME YET";

//@TmsLink("B2CQA-101")
//@TmsLink("B2CQA-102")
//@TmsLink("B2CQA-314")
//@TmsLink("B2CQA-330")
//@TmsLink("B2CQA-929")

test(`[${currency.uiName}] Add account`, async ({ page }) => {
const portfolioPage = new PortfolioPage(page);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ for (const [i, transaction] of transactions.entries()) {

//@TmsLink("B2CQA-479")
//@TmsLink("B2CQA-1904")
//@TmsLink("B2CQA-473")
//@TmsLink("B2CQA-472")
//@TmsLink("B2CQA-475")

test(`[${transaction.accountToDebit.accountName}] send Approve`, async ({ page }) => {
const layout = new Layout(page);
Expand Down
Loading