Skip to content

Commit ad97f54

Browse files
committed
chore: Small test adjustment
1 parent 4d55f26 commit ad97f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app-layout/__integ__/multi-app-layout-global-drawer-child.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('Visual refresh toolbar only', () => {
3333
test(
3434
'global drawers registered from child AppLayout render correctly when __disableRuntimeDrawers is set to true for parent AppLayout',
3535
setupTest(async page => {
36-
await expect(page.isClickable(wrapper.findDrawerTriggerById('circle-global').toSelector())).resolves.toBe(true);
36+
await expect(page.isDisplayed(wrapper.findDrawerTriggerById('circle-global').toSelector())).resolves.toBe(true);
3737
await page.runInsideIframe(iframeId, true, async () => {
3838
await expect(page.isDisplayed(findDrawerById(secondaryLayout, 'circle-global').toSelector())).resolves.toBe(
3939
true

0 commit comments

Comments
 (0)