Skip to content

Commit

Permalink
Remove unnecessary visible check
Browse files Browse the repository at this point in the history
Signed-off-by: Dominika Zemanovicova <[email protected]>
  • Loading branch information
dzemanov committed Jan 10, 2025
1 parent 8b093d5 commit a9a1394
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e-tests/playwright/utils/ui-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ export class UIhelper {
.locator(UI_HELPER_ELEMENTS.MuiCardRoot(cardText))
.first();
await cardLocator.scrollIntoViewIfNeeded();
await expect(cardLocator).toBeVisible();
await cardLocator
.getByRole("button", { name: btnText, exact: exact })
.first()
Expand Down

0 comments on commit a9a1394

Please sign in to comment.