Fix E2E tests (#5980)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user