mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Functional Tests] Increase the timeout when locating the tableview] (#73243)
This commit is contained in:
parent
abfda1f792
commit
5ea28702f6
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue