Skip to content

Commit

Permalink
schrodinger: more test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Nov 30, 2020
1 parent 297d850 commit 3ab9000
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@ public ResourceAccountsTab<T> clickSearchInResource() {

public ResourceShadowTable<ResourceAccountsTab<T>> table() {

SelenideElement element = $(By.cssSelector(".box.boxed-table.object-shadow-box"))
SelenideElement element = $(By.cssSelector(".box.boxed-table"))
.waitUntil(Condition.appears, MidPoint.TIMEOUT_DEFAULT_2_S);

return new ResourceShadowTable<>(this, element);
Expand Down

0 comments on commit 3ab9000

Please sign in to comment.