Skip to content

Commit

Permalink
make functional test toast check optional when adding panels
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed May 17, 2023
1 parent af824a6 commit 0276c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/services/dashboard/add_panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class DashboardAddPanelService extends FtrService {
continue;
}
await button.click();
await this.common.closeToast();
await this.common.closeToastIfExists();
embeddableList.push(name);
}
});
Expand Down

0 comments on commit 0276c77

Please sign in to comment.