working ember... again
This commit is contained in:
@@ -37,6 +37,7 @@ Feature: Supplier main board
|
||||
|
||||
When a new order on a table in another section is created
|
||||
And I wait 1 second
|
||||
And I open the debugger
|
||||
Then the new list should appear in the supplier dashboard
|
||||
And the new order on a table in another section should be present in the supplier dashboard
|
||||
|
||||
|
||||
@@ -8,6 +8,11 @@ step "I click on translation :translation" do |translation_key|
|
||||
text = I18n.t(translation_key)
|
||||
click_on text
|
||||
end
|
||||
|
||||
step "I wait :number second/seconds" do |number|
|
||||
sleep number.to_f
|
||||
end
|
||||
|
||||
step "I open the debugger" do
|
||||
binding.pry
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user