fix e2e tests
This commit is contained in:
@@ -11,7 +11,8 @@ appId: xyz.blueskyweb.app
|
|||||||
- tapOn: "Sign in"
|
- tapOn: "Sign in"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "selectServiceButton"
|
id: "selectServiceButton"
|
||||||
- tapOn: "Custom"
|
- tapOn:
|
||||||
|
id: "manualSelectBtn"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "customServerTextInput"
|
id: "customServerTextInput"
|
||||||
- inputText: "http://localhost:3000"
|
- inputText: "http://localhost:3000"
|
||||||
@@ -20,7 +21,8 @@ appId: xyz.blueskyweb.app
|
|||||||
platform: Android
|
platform: Android
|
||||||
commands:
|
commands:
|
||||||
- hideKeyboard
|
- hideKeyboard
|
||||||
- tapOn: "Done"
|
- tapOn:
|
||||||
|
id: "doneBtn"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "loginUsernameInput"
|
id: "loginUsernameInput"
|
||||||
- inputText: "Alice"
|
- inputText: "Alice"
|
||||||
|
|||||||
@@ -640,6 +640,7 @@ function HostingProviderIndicator({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Button
|
<Button
|
||||||
|
testID="selectServiceButton"
|
||||||
label={l`Change hosting provider`}
|
label={l`Change hosting provider`}
|
||||||
accessibilityHint={l`Opens a dialog to change the hosting provider you sign in to`}
|
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]]}
|
style={[!gtMobile && [a.mt_auto, a.mb_sm, a.self_center]]}
|
||||||
|
|||||||
Reference in New Issue
Block a user