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 authored Dec 5, 2022
1 parent 7e9f57c commit a433b64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,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 a433b64

Please sign in to comment.