Fix E2E tests (#5980)

This commit is contained in:
Hailey
2024-10-28 13:31:24 -07:00
committed by GitHub
parent 0f3fa06c3e
commit 84db1f997b
6 changed files with 25 additions and 22 deletions
+2 -1
View File
@@ -220,7 +220,8 @@ function DialogInner({
onPress={() => control.close()}
color="primary"
size={isWeb ? 'small' : 'large'}
variant="solid">
variant="solid"
testID="confirmBtn">
<ButtonText>
<Trans>Done</Trans>
</ButtonText>
+4 -1
View File
@@ -73,7 +73,10 @@ export function HomeHeaderLayoutMobile({
]}>
{IS_DEV && (
<>
<Link label="View storybook" to="/sys/debug">
<Link
label="View storybook"
to="/sys/debug"
testID="storybookBtn">
<ColorPalette size="md" />
</Link>
</>