Skip to content

Commit

Permalink
Merge pull request #8788 from LedgerHQ/support/qaa-354
Browse files Browse the repository at this point in the history
[QAA-354] playwright e2e speculos tests with Prod env
  • Loading branch information
VicAlbr authored Jan 8, 2025
2 parents 595cb73 + 4c984e4 commit d9d8f8b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const DisableTransactionBroadcastWarning: React.FC<
left: "150px",
}}
>
DISABLE TRANSACTION BROADCAST APPLIED: {displayValue}
DISABLE TRANSACTION BROADCAST: {displayValue}
</div>
);
};
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test.describe(`[${app.name}] Sync Accounts`, () => {
}

test.use({
userdata: "skip-onboarding",
userdata: "ledgerSync",
speculosApp: app,
cliCommands: [
async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"loaded": true,
"shareAnalytics": true,
"sharePersonalizedRecommandations": true,
"hasSeenAnalyticsOptInPrompt": false,
"hasSeenAnalyticsOptInPrompt": true,
"sentryLogs": true,
"lastUsedVersion": "99.99.99",
"dismissedBanners": [],
Expand Down
11 changes: 3 additions & 8 deletions apps/ledger-live-desktop/tests/userdata/ledgerSync.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"hideEmptyTokenAccounts": false,
"sidebarCollapsed": false,
"discreetMode": false,
"preferredDeviceModel": "nanoS",
"preferredDeviceModel": "nanoSP",
"hasInstalledApps": true,
"hasAcceptedSwapKYC": false,
"lastSeenDevice": null,
Expand All @@ -43,17 +43,12 @@
"starredAccountIds": [],
"hasPassword": false,
"overriddenFeatureFlags": {
"lldAnalyticsOptInPrompt": {
"lldWalletSync": {
"enabled": true,
"params": {
"variant": "A",
"entryPoints": ["Onboarding"]
"environment": "STAGING"
},
"overridesRemote": true
},
"lldWalletSync": {
"enabled": true,
"overridesRemote": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"hideEmptyTokenAccounts": false,
"sidebarCollapsed": false,
"discreetMode": false,
"preferredDeviceModel": "nanoS",
"preferredDeviceModel": "nanoSP",
"hasInstalledApps": true,
"hasAcceptedSwapKYC": false,
"lastSeenDevice": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"loaded": true,
"shareAnalytics": true,
"sharePersonalizedRecommandations": true,
"hasSeenAnalyticsOptInPrompt": false,
"hasSeenAnalyticsOptInPrompt": true,
"sentryLogs": true,
"lastUsedVersion": "99.99.99",
"dismissedBanners": [],
Expand Down

0 comments on commit d9d8f8b

Please sign in to comment.