Fix accept gv2 invite test
This commit is contained in:
parent
1e2f80e9f9
commit
012e771fc2
3 changed files with 19 additions and 2 deletions
|
@ -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();
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue