Fixes and simplifications
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user