End of day commit
This commit is contained in:
@@ -124,7 +124,7 @@ step "the supplier table should have been linked to the first section" do
|
||||
end
|
||||
|
||||
step "the supplier clicks on the table having the new list in the section view" do
|
||||
page.find(".section-table-#{@table.id}").click
|
||||
js_click ".section-table-#{@table.id}"
|
||||
end
|
||||
|
||||
step "the supplier table actions of the new list should be visible" do
|
||||
|
||||
@@ -3,8 +3,8 @@ step "I provide a new supplier email address" do
|
||||
end
|
||||
|
||||
step "the supplier submits the supplier settings form" do
|
||||
find('.submit-supplier-settings').click
|
||||
sleep 1.5 # give application some time
|
||||
js_click '.submit-supplier-settings'
|
||||
#sleep 1.5 # give application some time
|
||||
end
|
||||
|
||||
step "the supplier email should not have been changed" do
|
||||
|
||||
Reference in New Issue
Block a user