diff --git a/__e2e__/flows/create-account.yml b/__e2e__/flows/create-account.yml index d03d3232f4..4d49e9b6a8 100644 --- a/__e2e__/flows/create-account.yml +++ b/__e2e__/flows/create-account.yml @@ -28,6 +28,9 @@ appId: xyz.blueskyweb.app - hideKeyboard - tapOn: id: "nextBtn" +- tapOn: + text: "Not Now" + optional: true - inputText: "e2e-test" - tapOn: id: "nextBtn" diff --git a/__e2e__/flows/login.yml b/__e2e__/flows/login.yml index 80e61a3ba0..5ca40224c5 100644 --- a/__e2e__/flows/login.yml +++ b/__e2e__/flows/login.yml @@ -23,4 +23,7 @@ appId: xyz.blueskyweb.app id: "loginPasswordInput" - inputText: "hunter2" - pressKey: Enter +- tapOn: + text: "Not Now" + optional: true - assertVisible: "Following" diff --git a/src/view/com/notifications/NotificationFeedItem.tsx b/src/view/com/notifications/NotificationFeedItem.tsx index d5aba86f7f..dc048bd268 100644 --- a/src/view/com/notifications/NotificationFeedItem.tsx +++ b/src/view/com/notifications/NotificationFeedItem.tsx @@ -195,16 +195,18 @@ let NotificationFeedItem = ({ } const isHighlighted = highlightUnread && !item.notification.isRead return ( - + + hideTopBorder={hideTopBorder} + /> + ) } diff --git a/src/view/com/testing/TestCtrls.e2e.tsx b/src/view/com/testing/TestCtrls.e2e.tsx index 5c8b21373d..3273cf1950 100644 --- a/src/view/com/testing/TestCtrls.e2e.tsx +++ b/src/view/com/testing/TestCtrls.e2e.tsx @@ -95,6 +95,12 @@ export function TestCtrls() { accessibilityRole="button" style={BTN} /> + navigate('Debug')} + accessibilityRole="button" + style={BTN} + /> queryClient.invalidateQueries({queryKey: ['post-feed']})} diff --git a/src/view/screens/Storybook/index.tsx b/src/view/screens/Storybook/index.tsx index 8285b0d73b..8706547610 100644 --- a/src/view/screens/Storybook/index.tsx +++ b/src/view/screens/Storybook/index.tsx @@ -87,9 +87,6 @@ function StorybookInner() { - - -