Skip to content

Commit

Permalink
fix(ui): Added Tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilvelotio committed Jan 2, 2025
1 parent 429a6e8 commit 2133d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdeye-ui/e2e/pages/onboarding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class OnboardingPage extends BasePage {
"Complete the following steps."
);
await expect(this.page.locator("h6").nth(1)).toHaveText(
"Select Datasource"
"Create my first alert"
);
}

Expand Down

0 comments on commit 2133d28

Please sign in to comment.