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 <dzemanov@redhat.com>
  • Loading branch information
dzemanov committed Jan 15, 2025
1 parent 76b5c1d commit fd052c3
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 fd052c3

Please sign in to comment.