Skip to content

Commit

Permalink
Fix dashboard and maps test (#119880)
Browse files Browse the repository at this point in the history
  • Loading branch information
liza-mae authored Nov 29, 2021
1 parent 2f73bd9 commit b2cc0b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
];
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/upgrade/apps/maps/maps_smoke_tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b2cc0b3

Please sign in to comment.