Skip to content
Snippets Groups Projects
Commit e845c5fe authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#700 - fixed test

parent ccbd4e28
No related branches found
No related tags found
No related merge requests found
Pipeline #6300 passed
...@@ -61,7 +61,7 @@ class LoginControllerTest extends SeleniumTestBase ...@@ -61,7 +61,7 @@ class LoginControllerTest extends SeleniumTestBase
helper.hideMigrationDialog(); helper.hideMigrationDialog();
WebElement label = driver.findElement(By.id("logo-home")); WebElement label = driver.findElement(By.id("logo-home"));
String expected = helper.getUrl() + "/images/Logo_with_text_medium_res.png"; String expected = helper.getUrl() + "/images/Logo_with_white_text_medium_res.png";
assertThat(label.getAttribute("src")).isEqualTo(expected); assertThat(label.getAttribute("src")).isEqualTo(expected);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment