Update e2e handle
This commit is contained in:
@@ -135,7 +135,8 @@ appId: xyz.blueskyweb.app
|
|||||||
|
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "bottomBarSearchBtn"
|
id: "bottomBarSearchBtn"
|
||||||
- tapOn: "Search for posts, users[,]? or feeds"
|
- tapOn:
|
||||||
|
id: "searchScreenInput"
|
||||||
- inputText: "bob"
|
- inputText: "bob"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "searchAutoCompleteResult-bob.test"
|
id: "searchAutoCompleteResult-bob.test"
|
||||||
|
|||||||
@@ -15,7 +15,8 @@ appId: xyz.blueskyweb.app
|
|||||||
id: "bottomBarSearchBtn"
|
id: "bottomBarSearchBtn"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "bottomBarSearchBtn"
|
id: "bottomBarSearchBtn"
|
||||||
- tapOn: "Search for posts, users[,]? or feeds"
|
- tapOn:
|
||||||
|
id: "searchScreenInput"
|
||||||
- inputText: "b"
|
- inputText: "b"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "searchAutoCompleteResult-bob.test"
|
id: "searchAutoCompleteResult-bob.test"
|
||||||
|
|||||||
@@ -15,8 +15,10 @@ appId: xyz.blueskyweb.app
|
|||||||
id: "bottomBarSearchBtn"
|
id: "bottomBarSearchBtn"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "bottomBarSearchBtn"
|
id: "bottomBarSearchBtn"
|
||||||
- assertVisible: "Search for posts, users[,]? or feeds"
|
- assertVisible:
|
||||||
- tapOn: "Search for posts, users[,]? or feeds"
|
id: "searchScreenInput"
|
||||||
|
- tapOn:
|
||||||
|
id: "searchScreenInput"
|
||||||
- inputText: "b"
|
- inputText: "b"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "searchAutoCompleteResult-bob.test"
|
id: "searchAutoCompleteResult-bob.test"
|
||||||
|
|||||||
@@ -537,6 +537,7 @@ export function SearchScreenShell({
|
|||||||
)}
|
)}
|
||||||
<View style={[a.flex_1]}>
|
<View style={[a.flex_1]}>
|
||||||
<SearchInput
|
<SearchInput
|
||||||
|
testID="searchScreenInput"
|
||||||
ref={textInput}
|
ref={textInput}
|
||||||
value={searchText}
|
value={searchText}
|
||||||
onFocus={onSearchInputFocus}
|
onFocus={onSearchInputFocus}
|
||||||
|
|||||||
Reference in New Issue
Block a user