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

#564 - fixed selenium tests: accounts are now sorted differently

parent ab29337c
No related branches found
No related tags found
No related merge requests found
......@@ -142,8 +142,8 @@ public class AccountTest
assertAccountColumns(accountRows.get(0).findElements(By.tagName("td")), true, true, AccountState.FULL_ACCESS, "Default Account");
assertAccountColumns(accountRows.get(1).findElements(By.tagName("td")), true, false, AccountState.FULL_ACCESS, "DefaultAccount0815");
assertAccountColumns(accountRows.get(2).findElements(By.tagName("td")), false, false, AccountState.READ_ONLY, name);
assertAccountColumns(accountRows.get(3).findElements(By.tagName("td")), false, false, AccountState.HIDDEN, "hidden account");
assertAccountColumns(accountRows.get(2).findElements(By.tagName("td")), false, false, AccountState.HIDDEN, "hidden account");
assertAccountColumns(accountRows.get(3).findElements(By.tagName("td")), false, false, AccountState.READ_ONLY, name);
assertAccountColumns(accountRows.get(4).findElements(By.tagName("td")), false, false, AccountState.READ_ONLY, "read only account");
assertAccountColumns(accountRows.get(5).findElements(By.tagName("td")), true, false, AccountState.FULL_ACCESS, "sfsdf");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment