Skip to content

Commit

Permalink
test(lld/onboarding): fix flakiness in device selection screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ofreyssinet-ledger committed Aug 7, 2024
1 parent ff32128 commit 64ac9cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ test.describe.parallel("Onboarding", () => {
await test.step("Get started", async () => {
await onboardingPage.getStarted();
await onboardingPage.hoverDevice(Nano.nanoS);
await new Promise(r => setTimeout(r, 300)); // wait for the animation to finish
await expect(page).toHaveScreenshot("v3-device-selection.png");
});

Expand Down

0 comments on commit 64ac9cc

Please sign in to comment.