From 35daa5a343efdf5c6da866a348e99aeb8fb1b76c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 18 Apr 2025 21:19:01 -0700 Subject: Release 1.101.0 (#8229) * Update tests * Localization import from crowdin --- __e2e__/flows/create-account.yml | 1 + __e2e__/flows/login.yml | 1 + 2 files changed, 2 insertions(+) (limited to '__e2e__') diff --git a/__e2e__/flows/create-account.yml b/__e2e__/flows/create-account.yml index d03d3232f..781f53782 100644 --- a/__e2e__/flows/create-account.yml +++ b/__e2e__/flows/create-account.yml @@ -28,6 +28,7 @@ appId: xyz.blueskyweb.app - hideKeyboard - tapOn: id: "nextBtn" +- tapOn: "Not now" - inputText: "e2e-test" - tapOn: id: "nextBtn" diff --git a/__e2e__/flows/login.yml b/__e2e__/flows/login.yml index 80e61a3ba..34fe634c5 100644 --- a/__e2e__/flows/login.yml +++ b/__e2e__/flows/login.yml @@ -23,4 +23,5 @@ appId: xyz.blueskyweb.app id: "loginPasswordInput" - inputText: "hunter2" - pressKey: Enter +- tapOn: "Not now" - assertVisible: "Following" -- cgit 1.4.1