Skip to content

Commit

Permalink
[Functional Tests] Increase the timeout when locating the tableview] (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula authored Jul 28, 2020
1 parent abfda1f commit 5ea2870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/page_objects/visual_builder_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ export function VisualBuilderPageProvider({ getService, getPageObjects }: FtrPro
* @memberof VisualBuilderPage
*/
public async getViewTable(): Promise<string> {
const tableView = await testSubjects.find('tableView');
const tableView = await testSubjects.find('tableView', 20000);
return await tableView.getVisibleText();
}

Expand Down

0 comments on commit 5ea2870

Please sign in to comment.