Skip to content

Commit 5ea2870

Browse files
authored
[Functional Tests] Increase the timeout when locating the tableview] (#73243)
1 parent abfda1f commit 5ea2870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/page_objects/visual_builder_page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ export function VisualBuilderPageProvider({ getService, getPageObjects }: FtrPro
408408
* @memberof VisualBuilderPage
409409
*/
410410
public async getViewTable(): Promise<string> {
411-
const tableView = await testSubjects.find('tableView');
411+
const tableView = await testSubjects.find('tableView', 20000);
412412
return await tableView.getVisibleText();
413413
}
414414

0 commit comments

Comments
 (0)