Skip to content

Commit d40c550

Browse files
author
Mattia Roccoberton
committed
Increase rspec retry for the dynamic fields test
1 parent 68cef4b commit d40c550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/system/dynamic_fields_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_change_css(target, attrs1, attrs2, options = {})
6666
end
6767

6868
context 'with some dynamic fields' do
69-
it 'checks the conditions and actions', :aggregate_failures, retry: 2 do # rubocop:disable RSpec/ExampleLength
69+
it 'checks the conditions and actions', retry: 3 do # rubocop:disable RSpec/ExampleLength, RSpec/MultipleExpectations
7070
visit "/admin/posts/#{post.id}/edit"
7171

7272
expect(page).to have_css('#post_data_field_111[data-if="checked"][data-then="addClass red"][data-target="#post_data_field_111_input label"]')

0 commit comments

Comments
 (0)