mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fix dashboard and maps test (#119880)
This commit is contained in:
parent
2f73bd9892
commit
b2cc0b347c
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
];
|
||||
|
||||
const dashboardTests = [
|
||||
{ name: 'flights', numPanels: 17 },
|
||||
{ name: 'flights', numPanels: 16 },
|
||||
{ name: 'logs', numPanels: 10 },
|
||||
{ name: 'ecommerce', numPanels: 11 },
|
||||
];
|
||||
|
|
|
@ -167,7 +167,7 @@ export default function ({
|
|||
);
|
||||
await PageObjects.header.waitUntilLoadingHasFinished();
|
||||
await PageObjects.maps.waitForLayersToLoad();
|
||||
await PageObjects.maps.toggleLayerVisibility('Road map - desaturated');
|
||||
await PageObjects.maps.toggleLayerVisibility('Road map');
|
||||
await PageObjects.maps.toggleLayerVisibility('Total Requests by Country');
|
||||
await PageObjects.timePicker.setCommonlyUsedTime('sample_data range');
|
||||
await PageObjects.maps.enterFullScreen();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue