Fix accept gv2 invite test

This commit is contained in:
Fedor Indutny 2024-06-05 14:48:54 -07:00 committed by GitHub
parent 1e2f80e9f9
commit 012e771fc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 2 deletions

View file

@ -170,6 +170,7 @@ export function ModalPage({
i18n,
modalFooter,
modalHeaderChildren,
modalName,
moduleClassName,
onBackButtonClick,
onClose,
@ -220,6 +221,7 @@ export function ModalPage({
tabIndex={-1}
aria-labelledby={title ? `${id}-title` : undefined}
aria-describedby={ariaDescribedBy}
data-testid={modalName}
onClick={event => {
event.stopPropagation();
}}