Skip to content

Commit

Permalink
Fixing upgrade dashboard smoke test render error (elastic#147037)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyarm committed Dec 6, 2022
1 parent e2380d4 commit 40bb2c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
it('should render visualizations', async () => {
await PageObjects.home.launchSampleDashboard('flights');
await PageObjects.header.waitUntilLoadingHasFinished();
await PageObjects.timePicker.setCommonlyUsedTime('Last_1 year');
await renderable.waitForRender();
log.debug('Checking saved searches rendered');
await dashboardExpect.savedSearchRowCount(49);
Expand Down

0 comments on commit 40bb2c0

Please sign in to comment.