Skip to content

Commit

Permalink
refactor: enhance element utility by adding expect for improved asser…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
nelitow committed Jan 10, 2025
1 parent 1623c2c commit 1185851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Page } from '@playwright/test';
import { type Page, expect } from '@playwright/test';

export async function checkAriaLabelsContainsText(
walletNotificationPage: Page,
Expand Down

0 comments on commit 1185851

Please sign in to comment.