fix e2e tests

This commit is contained in:
Samuel Newman
2026-07-07 20:15:11 +03:00
parent 102905b962
commit e5be2ca212
2 changed files with 5 additions and 2 deletions
+4 -2
View File
@@ -11,7 +11,8 @@ appId: xyz.blueskyweb.app
- tapOn: "Sign in"
- tapOn:
id: "selectServiceButton"
- tapOn: "Custom"
- tapOn:
id: "manualSelectBtn"
- tapOn:
id: "customServerTextInput"
- inputText: "http://localhost:3000"
@@ -20,7 +21,8 @@ appId: xyz.blueskyweb.app
platform: Android
commands:
- hideKeyboard
- tapOn: "Done"
- tapOn:
id: "doneBtn"
- tapOn:
id: "loginUsernameInput"
- inputText: "Alice"
+1
View File
@@ -640,6 +640,7 @@ function HostingProviderIndicator({
return (
<Button
testID="selectServiceButton"
label={l`Change hosting provider`}
accessibilityHint={l`Opens a dialog to change the hosting provider you sign in to`}
style={[!gtMobile && [a.mt_auto, a.mb_sm, a.self_center]]}