hoping to improve timelines cukes

Explicitly adding ng_wait should guarantee that Angular has no more requests or computation to perform
pull/3262/head
Jens Ulferts 9 years ago
parent f831cee33a
commit 42c1acc094
  1. 3
      features/step_definitions/timelines_when_steps.rb

@ -256,6 +256,9 @@ When (/^I set duedate to "([^"]*)"$/) do |value|
end
When (/^I wait for timeline to load table$/) do
extend ::Angular::DSL unless singleton_class.included_modules.include?(::Angular::DSL)
ng_wait
page.should have_selector('.tl-left-main')
end

Loading…
Cancel
Save