From 457cd3d0fb4074401eb4df12a5d27fd7cc1387cc Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 5 Sep 2025 17:27:18 +0300 Subject: E2E fixes (#8980) * update dev-env * hide nux after onboarding * use getter/setter for proxy header --- __e2e__/flows/onboarding-avatar-creator.yml | 5 +++++ __e2e__/flows/onboarding.yml | 5 +++++ 2 files changed, 10 insertions(+) (limited to '__e2e__') diff --git a/__e2e__/flows/onboarding-avatar-creator.yml b/__e2e__/flows/onboarding-avatar-creator.yml index b8f65b9c3..399177e51 100644 --- a/__e2e__/flows/onboarding-avatar-creator.yml +++ b/__e2e__/flows/onboarding-avatar-creator.yml @@ -33,4 +33,9 @@ appId: xyz.blueskyweb.app - assertVisible: "You're ready to go!" - tapOn: id: "onboardingFinish" +- tapOn: + label: "NUX, if applicable" + text: "Close" + optional: true +- waitForAnimationToEnd - assertVisible: "Following" diff --git a/__e2e__/flows/onboarding.yml b/__e2e__/flows/onboarding.yml index 81aeef6cc..518a2edd8 100644 --- a/__e2e__/flows/onboarding.yml +++ b/__e2e__/flows/onboarding.yml @@ -30,4 +30,9 @@ appId: xyz.blueskyweb.app - assertVisible: "You're ready to go!" - tapOn: id: "onboardingFinish" +- tapOn: + label: "NUX, if applicable" + text: "Close" + optional: true +- waitForAnimationToEnd - assertVisible: "Following" -- cgit 1.4.1