mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
exitFullScreenMode in fullscreen dashboard test
This commit is contained in:
parent
77f023f36f
commit
ae3d1347ba
1 changed files with 1 additions and 3 deletions
|
@ -75,9 +75,7 @@ export default function({ getService, getPageObjects }) {
|
|||
});
|
||||
|
||||
it('exits when the text button is clicked on', async () => {
|
||||
const logoButton = await PageObjects.dashboard.getExitFullScreenLogoButton();
|
||||
await logoButton.moveMouseTo();
|
||||
await PageObjects.dashboard.clickExitFullScreenTextButton();
|
||||
await PageObjects.dashboard.exitFullScreenMode();
|
||||
await retry.try(async () => {
|
||||
const isChromeVisible = await PageObjects.common.isChromeVisible();
|
||||
expect(isChromeVisible).to.be(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue