You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: on close of the modal, focus should return to the element that opened the modal, see https://github.com/carbon-design-system/carbon/issues/13680
72
-
awaitexpect(page.locator('body')).toBeFocused();
70
+
// Focus moves to the button that opened the Modal
0 commit comments