Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Feb 5, 2024
1 parent f578a6a commit 57aba31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class TuiDocumentationApiPagePO {
}

async hideNotifications(): Promise<void> {
const notifications = await this.page.locator('tui-alert-host tui-alert').all();
const notifications = await this.page.locator('tui-alerts tui-alert').all();

for (const notification of notifications) {
await tuiHideElement(notification);
Expand Down

0 comments on commit 57aba31

Please sign in to comment.