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

#419 - fixed account selenium tests

parent 2ca8a7b7
No related branches found
No related tags found
No related merge requests found
Pipeline #4649 passed
...@@ -288,6 +288,6 @@ public class AccountTest ...@@ -288,6 +288,6 @@ public class AccountTest
assertThat(icons).hasSize(numberOfVisibleIcons); assertThat(icons).hasSize(numberOfVisibleIcons);
// name // name
assertThat(columns.get(1)).hasFieldOrPropertyWithValue("text", name); assertThat(columns.get(2)).hasFieldOrPropertyWithValue("text", name);
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment