Fix dashboard and maps test (#119880)

This commit is contained in:
liza-mae 2021-11-29 13:46:03 -07:00 committed by GitHub
parent 2f73bd9892
commit b2cc0b347c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 },
];

View file

@ -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();