We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4087530 commit 117ca47Copy full SHA for 117ca47
1 file changed
x-pack/platform/plugins/shared/maps/test/scout/ui/tests/full_screen_mode.spec.ts
@@ -35,7 +35,7 @@ test.describe(
35
await expect(fullScreenBtn).toBeVisible();
36
await expect(exitFullScreenBtn).toBeHidden();
37
await expect(visibleChrome).toBeVisible();
38
- await expect(hiddenChrome).toBeHidden();
+ await expect(hiddenChrome).toBeVisible();
39
await expect(baseMapBtn).toBeVisible();
40
41
await fullScreenBtn.click();
0 commit comments