about summary refs log tree commit diff
path: root/__e2e__
diff options
context:
space:
mode:
Diffstat (limited to '__e2e__')
-rw-r--r--__e2e__/flows/create-account.yml1
-rw-r--r--__e2e__/flows/login.yml1
2 files changed, 2 insertions, 0 deletions
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"