Skip to content

Commit

Permalink
Fix ExtendAccountConsoleTest
Browse files Browse the repository at this point in the history
Fixes: #551

Signed-off-by: Hynek Mlnarik <[email protected]>
  • Loading branch information
hmlnarik committed Apr 18, 2024
1 parent de864cf commit 6c04af4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public class ExtendedAccountPage {

@FindBy(
css = ".pf-c-page__header-brand > a > img"
css = ".pf-v5-c-page__header-brand > a > img"
)
private WebElement keycloakManLogo;
@FindBy(
Expand Down

0 comments on commit 6c04af4

Please sign in to comment.