fix e2e tests
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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]]}
|
||||
|
||||
Reference in New Issue
Block a user