diff --git a/src/components/AccessTimer/index.tsx b/src/components/AccessTimer/index.tsx
index faebddbe..16cd7f19 100644
--- a/src/components/AccessTimer/index.tsx
+++ b/src/components/AccessTimer/index.tsx
@@ -107,7 +107,7 @@ export const AccessTimer = ({
- logout('saveToken')}>
+ logout('saveToken')} id='match_register'>
diff --git a/src/components/PictureInPicture/PiP.tsx b/src/components/PictureInPicture/PiP.tsx
index 8e39fe0b..7584fb28 100644
--- a/src/components/PictureInPicture/PiP.tsx
+++ b/src/components/PictureInPicture/PiP.tsx
@@ -53,7 +53,7 @@ export const PiP = memo(({ isPlaying, videoRef }: PipProps) => {
}, [videoRef, isPlaying, user])
return (
-
+
)
diff --git a/src/components/SimplePopup/index.tsx b/src/components/SimplePopup/index.tsx
index e848daff..465fedfc 100644
--- a/src/components/SimplePopup/index.tsx
+++ b/src/components/SimplePopup/index.tsx
@@ -58,7 +58,10 @@ export const SimplePopup = (props: Props) => {
{buttonName
&& (
diff --git a/src/components/SmartBanner/index.tsx b/src/components/SmartBanner/index.tsx
index 817341d4..57dfb26b 100644
--- a/src/components/SmartBanner/index.tsx
+++ b/src/components/SmartBanner/index.tsx
@@ -51,6 +51,7 @@ export const SmartBanner = ({ setIsOpenDownload }: SmartBannerProps) => (
)
setIsOpenDownload(false)
}}
+ id='download_app'
>
Download
diff --git a/src/features/AddCardForm/index.tsx b/src/features/AddCardForm/index.tsx
index 8ced5b20..98287322 100644
--- a/src/features/AddCardForm/index.tsx
+++ b/src/features/AddCardForm/index.tsx
@@ -42,6 +42,7 @@ export const AddCardForm = ({
diff --git a/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx b/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx
index e449235e..4966a0a8 100644
--- a/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx
+++ b/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx
@@ -44,11 +44,11 @@ export const ConfirmPopup = (props: Props) => {
-
+
-
+
diff --git a/src/features/AuthServiceApp/components/Login/index.tsx b/src/features/AuthServiceApp/components/Login/index.tsx
index a9baa90b..7c3645f0 100644
--- a/src/features/AuthServiceApp/components/Login/index.tsx
+++ b/src/features/AuthServiceApp/components/Login/index.tsx
@@ -121,7 +121,10 @@ const Login = () => {
}
-
+
diff --git a/src/features/AuthServiceApp/components/RegisterPopup/index.tsx b/src/features/AuthServiceApp/components/RegisterPopup/index.tsx
index 7ce862ac..7b57ee3f 100644
--- a/src/features/AuthServiceApp/components/RegisterPopup/index.tsx
+++ b/src/features/AuthServiceApp/components/RegisterPopup/index.tsx
@@ -47,7 +47,11 @@ export const RegisterPopup = (props: Props) => {