Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 458b802

Browse files
committed
fix duplicates at discoverCloudModal
1 parent aa5d01f commit 458b802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/discover-cloud/discoverCloudDrop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ const DiscoverCloudDrop = ({
7373
as={Button}
7474
small
7575
data-ga={"go-to-cloud-button"}
76-
data-testid="cta1-button"
7776
/>
7877
)}
7978
</GoToCloud>
@@ -97,6 +96,7 @@ const DiscoverCloudDrop = ({
9796
<Flex height="100%" width="100%">
9897
<Box sx={{ width: "100%", height: "100%" }}>
9998
<iframe
99+
title={`discover-cloud-iframe}`}
100100
width="100%"
101101
height="100%"
102102
src={video}

src/components/discover-cloud/discoverCloudModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ const DiscoverCloudModal = ({ closeModal, text, header, handleGoToCloud, image,
5252
}
5353
width="100%"
5454
onClick={() => handleGoToCloud({ link })}
55-
data-testid="cta1-button"
5655
as={Button}
5756
small
5857
data-ga={"go-to-cloud-button"}
@@ -80,6 +79,7 @@ const DiscoverCloudModal = ({ closeModal, text, header, handleGoToCloud, image,
8079
<Flex height="100%" width="100%">
8180
<Box sx={{ width: "100%", height: "100%" }}>
8281
<iframe
82+
title={`discover-cloud-iframe}`}
8383
width="100%"
8484
height="100%"
8585
src={video}

0 commit comments

Comments
 (0)