Skip to content

Commit

Permalink
fix(ui): Added Advance option Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilvelotio committed Jan 2, 2025
1 parent f5ce6be commit 5906209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thirdeye-ui/e2e/pages/create-alert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ export class CreateAlertPage extends BasePage {
await this.page
.getByRole("button", { name: "Add advanced options" })
.click();
await this.page.click('h6:text("Filtering")');
await this.page.getByTestId("optionedselect-daysOfWeek").click();
await this.page
.getByRole("option", {
Expand Down

0 comments on commit 5906209

Please sign in to comment.