parent
bb0a6a4b6c
commit
6736384ff4
|
@ -36,12 +36,15 @@ appId: xyz.blueskyweb.app
|
||||||
id: "viewHeaderDrawerBtn"
|
id: "viewHeaderDrawerBtn"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "menuItemButton-Feeds"
|
id: "menuItemButton-Feeds"
|
||||||
- tapOn: "Edit Saved Feeds"
|
- tapOn:
|
||||||
|
id: "editFeedsBtn"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
label: "Tap on down arrow"
|
label: "Tap on down arrow"
|
||||||
point: "79%,23%"
|
point: "79%,23%"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "bottomBarHomeBtn"
|
id: "viewHeaderDrawerBtn"
|
||||||
|
- tapOn:
|
||||||
|
id: "viewHeaderDrawerBtn"
|
||||||
- assertVisible:
|
- assertVisible:
|
||||||
id: "homeScreenFeedTabs-selector-0"
|
id: "homeScreenFeedTabs-selector-0"
|
||||||
text: "alice-favs"
|
text: "alice-favs"
|
||||||
|
@ -54,11 +57,15 @@ appId: xyz.blueskyweb.app
|
||||||
id: "viewHeaderDrawerBtn"
|
id: "viewHeaderDrawerBtn"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "menuItemButton-Feeds"
|
id: "menuItemButton-Feeds"
|
||||||
|
- tapOn:
|
||||||
|
id: "editFeedsBtn"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
label: "Tap on down arrow"
|
label: "Tap on down arrow"
|
||||||
point: "79%,23%"
|
point: "79%,23%"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "bottomBarHomeBtn"
|
id: "viewHeaderDrawerBtn"
|
||||||
|
- tapOn:
|
||||||
|
id: "viewHeaderDrawerBtn"
|
||||||
- assertVisible:
|
- assertVisible:
|
||||||
id: "homeScreenFeedTabs-selector-0"
|
id: "homeScreenFeedTabs-selector-0"
|
||||||
text: "Following"
|
text: "Following"
|
||||||
|
@ -71,11 +78,15 @@ appId: xyz.blueskyweb.app
|
||||||
id: "viewHeaderDrawerBtn"
|
id: "viewHeaderDrawerBtn"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "menuItemButton-Feeds"
|
id: "menuItemButton-Feeds"
|
||||||
|
- tapOn:
|
||||||
|
id: "editFeedsBtn"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
label: "Tap on unpin"
|
label: "Tap on unpin"
|
||||||
point: "91%,23%"
|
point: "91%,23%"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "bottomBarHomeBtn"
|
id: "viewHeaderDrawerBtn"
|
||||||
|
- tapOn:
|
||||||
|
id: "viewHeaderDrawerBtn"
|
||||||
- assertVisible:
|
- assertVisible:
|
||||||
id: "homeScreenFeedTabs-selector-0"
|
id: "homeScreenFeedTabs-selector-0"
|
||||||
text: "alice-favs"
|
text: "alice-favs"
|
||||||
|
|
|
@ -28,6 +28,8 @@ appId: xyz.blueskyweb.app
|
||||||
- tapOn: "Pin to Home"
|
- tapOn: "Pin to Home"
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "bottomBarHomeBtn"
|
id: "bottomBarHomeBtn"
|
||||||
|
- tapOn:
|
||||||
|
id: "viewHeaderDrawerBtn"
|
||||||
- assertNotVisible: "Feeds ✨"
|
- assertNotVisible: "Feeds ✨"
|
||||||
|
|
||||||
- tapOn:
|
- tapOn:
|
||||||
|
|
|
@ -58,7 +58,7 @@ appId: xyz.blueskyweb.app
|
||||||
id: "repostBtn"
|
id: "repostBtn"
|
||||||
childOf:
|
childOf:
|
||||||
id: "postThreadItem-by-bob.test"
|
id: "postThreadItem-by-bob.test"
|
||||||
- tapOn: "Undo repost"
|
- tapOn: "Remove repost"
|
||||||
- assertNotVisible:
|
- assertNotVisible:
|
||||||
id: "repostCount-expanded"
|
id: "repostCount-expanded"
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ appId: xyz.blueskyweb.app
|
||||||
id: "repostBtn"
|
id: "repostBtn"
|
||||||
childOf:
|
childOf:
|
||||||
id: "postThreadItem-by-carla.test"
|
id: "postThreadItem-by-carla.test"
|
||||||
- tapOn: "Undo repost"
|
- tapOn: "Remove repost"
|
||||||
- assertNotVisible:
|
- assertNotVisible:
|
||||||
id: "repostCount"
|
id: "repostCount"
|
||||||
childOf:
|
childOf:
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -392,6 +392,7 @@ export function FeedsScreen(_props: Props) {
|
||||||
return (
|
return (
|
||||||
<View style={styles.headerBtnGroup}>
|
<View style={styles.headerBtnGroup}>
|
||||||
<TextLink
|
<TextLink
|
||||||
|
testID="editFeedsBtn"
|
||||||
type="lg-medium"
|
type="lg-medium"
|
||||||
href="/settings/saved-feeds"
|
href="/settings/saved-feeds"
|
||||||
accessibilityLabel={_(msg`Edit My Feeds`)}
|
accessibilityLabel={_(msg`Edit My Feeds`)}
|
||||||
|
|
Loading…
Reference in New Issue