Skip to content

Commit 3019a89

Browse files
committed
#RI-2246 - Added test ids
1 parent b903e1e commit 3019a89

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const AddInstanceControls = ({ onAddInstance, direction, welcomePage = false }:
6666
HELP_LINKS.createRedisCloud.event,
6767
{ source: HELP_LINKS.createRedisCloud.sources[welcomePage ? 'welcome' : 'databaseList'] }
6868
)}
69+
data-testid="promo-btn"
6970
>
7071
<EuiText className={styles.createTitle}>
7172
{HELP_LINKS.createRedisCloud.label}

redisinsight/ui/src/pages/workbench/components/module-not-loaded/ModuleNotLoaded.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ const ModuleNotLoaded = ({ content = {} }: Props) => {
8080
HELP_LINKS.createRedisCloud.event,
8181
{ source: HELP_LINKS.createRedisCloud.sources.redisearch }
8282
)}
83+
data-testid="promo-btn"
8384
>
8485
<EuiText className={styles.createTitle}>
8586
{HELP_LINKS.createRedisCloud.label}

0 commit comments

Comments
 (0)