attempt to stabilize flickering spec

pull/8399/head
ulferts 5 years ago
parent 983709db89
commit 28faac4ec2
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 6
      modules/meeting/spec/features/meetings_delete_spec.rb

@ -67,11 +67,11 @@ describe 'Meetings deletion', type: :feature do
page.accept_confirm
expect(current_path)
.to eql meetings_path(project)
expect(page)
.to have_content(I18n.t('.no_results_title_text', cascade: true))
expect(current_path)
.to eql meetings_path(project)
end
end

Loading…
Cancel
Save