Skip to content

Commit

Permalink
[Functional Tests] Increase the timeout when locating the tableview] (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Jul 28, 2020
1 parent 67cb4b8 commit 7c7164b
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 7c7164b

Please sign in to comment.