Update home-screen tests related to feeds
This commit is contained in:
parent
34759798eb
commit
3fbac466ac
5 changed files with 27 additions and 4 deletions
|
@ -353,6 +353,7 @@ export function ProfileFeedScreenInner({
|
|||
style={styles.btn}
|
||||
/>
|
||||
<Button
|
||||
testID={isPinned ? 'unpinBtn' : 'pinBtn'}
|
||||
disabled={isPinPending || isUnpinPending}
|
||||
type={isPinned ? 'default' : 'inverted'}
|
||||
label={isPinned ? 'Unpin' : 'Pin to home'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue