Skip to content

Commit aa8c489

Browse files
committed
fix e2e tests
1 parent b95ce45 commit aa8c489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/home/components/HomeHeader/HomeHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const HomeHeader = ({ onAddInstance, direction, welcomePage = false }: Props) =>
8181
color="secondary"
8282
onClick={handleOnAddDatabase}
8383
className={cx(styles.addInstanceBtn, 'eui-showFor--s', 'eui-showFor--xs')}
84-
data-testid="add-redis-database"
84+
data-testid="add-redis-database-short"
8585
>
8686
+ ADD DATABASE
8787
</EuiButton>

0 commit comments

Comments
 (0)