Fixes and simplifications

This commit is contained in:
2015-08-06 18:20:37 +02:00
parent 0052f97465
commit 74ba0dd27d
7 changed files with 16 additions and 9 deletions
@@ -59,10 +59,9 @@ end
step "I click on the close list button in the section table table popup" do
# first click on the table to open the table actions popup
table = page.find(".section-table-#{@table.id}")
table.click
#table = page.find(".section-table-#{@table.id}")
# now click the close list button inside the table actions popup
page.find(".section-table-#{@table.id} .table-actions .close-list-button").click
js_click ".section-table-#{@table.id} .table-actions .close-list-button"
end
step "the section table should not have any active list markings anymore" do