Wait longer for inline refresh spec

[ci skip]
pull/6108/head
Oliver Günther 7 years ago
parent bf28dfb830
commit e3c8993b3d
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      spec/support/pages/work_packages_table.rb

@ -94,7 +94,7 @@ module Pages
def click_inline_create
find('.wp-inline-create--add-link').click
expect(page).to have_selector('.wp-inline-create-row')
expect(page).to have_selector('.wp-inline-create-row', wait: 10)
end
def create_wp_split_screen(type)

Loading…
Cancel
Save