mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit f6203495d1
)
Co-authored-by: Lee Drengenberg <lee.drengenberg@elastic.co>
This commit is contained in:
parent
691977945f
commit
f9d7907c5f
1 changed files with 6 additions and 1 deletions
|
@ -131,7 +131,12 @@ export class HomePageObject extends FtrService {
|
|||
async launchSampleDataSet(id: string) {
|
||||
await this.addSampleDataSet(id);
|
||||
await this.common.closeToastIfExists();
|
||||
await this.testSubjects.click(`launchSampleDataSet${id}`);
|
||||
await this.retry.try(async () => {
|
||||
await this.testSubjects.click(`launchSampleDataSet${id}`);
|
||||
await this.find.byCssSelector(
|
||||
`.euiPopover-isOpen[data-test-subj="launchSampleDataSet${id}"]`
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
async clickAllKibanaPlugins() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue