We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b5ed6 commit dae7ac4Copy full SHA for dae7ac4
spec/system/dynamic_fields_spec.rb
@@ -66,7 +66,7 @@ def test_change_css(target, attrs1, attrs2, options = {})
66
end
67
68
context 'with some dynamic fields' do
69
- it 'checks the conditions and actions' do
+ it 'checks the conditions and actions' do # rubocop:disable RSpec/ExampleLength
70
visit "/admin/posts/#{post.id}/edit"
71
72
expect(page).to have_css('#post_data_field_111[data-if="checked"][data-then="addClass red"][data-target="#post_data_field_111_input label"]') # rubocop:disable Layout/LineLength
0 commit comments