Skip to content

Commit

Permalink
Update x-pack/test_serverless/functional/page_objects/svl_search_conn…
Browse files Browse the repository at this point in the history
…ectors_page.ts
  • Loading branch information
delanni committed Jan 24, 2024
1 parent 898f9f9 commit 1d02f1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function SvlSearchConnectorsPageProvider({ getService }: FtrProviderConte
.then(() => true)
.catch(() => false)
);
browser.refresh();
await browser.refresh();
await this.expectConnectorTableToHaveNoItems();
},
async expectConnectorOverviewPageComponentsToExist() {
Expand Down

0 comments on commit 1d02f1a

Please sign in to comment.