Skip to content

Commit

Permalink
chore: adapt test css for new kc
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar committed Jan 7, 2022
1 parent 26b8909 commit a98f509
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ object LoginPage
}

def loginSucceeded(implicit webDriver: WebDriver): Boolean = eventually {
find(cssSelector("#kc-content-wrapper > div.alert.alert-error")) match {
find(cssSelector("span#input-error")) match {
// If we find the alert, login failed!
case Some(_) => false
case None => true
Expand Down

0 comments on commit a98f509

Please sign in to comment.