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

#577 - fixed selenium test:

transactions from readonly accounts now show the "create from existing" button
parent a5f8de27
Branches
Tags
No related merge requests found
Pipeline #5436 passed
...@@ -182,7 +182,8 @@ class AccountTest extends SeleniumTestBase ...@@ -182,7 +182,8 @@ class AccountTest extends SeleniumTestBase
// check columns // check columns
final List<WebElement> icons = columns.get(5).findElements(By.tagName("i")); final List<WebElement> icons = columns.get(5).findElements(By.tagName("i"));
assertThat(icons).isEmpty(); assertThat(icons).hasSize(1);
assertThat(icons.get(0).getText()).isEqualTo("content_copy");
} }
@Test @Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment