Skip to content

Commit 117ca47

Browse files
committed
break the test
1 parent 4087530 commit 117ca47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/platform/plugins/shared/maps/test/scout/ui/tests/full_screen_mode.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test.describe(
3535
await expect(fullScreenBtn).toBeVisible();
3636
await expect(exitFullScreenBtn).toBeHidden();
3737
await expect(visibleChrome).toBeVisible();
38-
await expect(hiddenChrome).toBeHidden();
38+
await expect(hiddenChrome).toBeVisible();
3939
await expect(baseMapBtn).toBeVisible();
4040

4141
await fullScreenBtn.click();

0 commit comments

Comments
 (0)