Longer wait time until editor is opened

pull/10212/head
Oliver Günther 3 years ago
parent e4fa31489c
commit 3d8be0b8a0
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 3
      modules/my_page/spec/features/my/custom_text_spec.rb

@ -72,6 +72,9 @@ describe 'Custom text widget on my page', type: :feature, js: true do
within custom_text_widget.area do within custom_text_widget.area do
find('.inplace-editing--container').click find('.inplace-editing--container').click
sleep 1
expect(page).to have_selector('.op-uc-container_editing')
field.set_value('My own little text') field.set_value('My own little text')
field.save! field.save!

Loading…
Cancel
Save