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 0954baf commit c4fbaf4Copy full SHA for c4fbaf4
spec/test/components/dynamic/form/input/custom_input_spec.rb
@@ -297,7 +297,7 @@ def form_config
297
298
value = "#{DateTime.now}"
299
fill_in "description", with: value
300
- page.find("body").click #defocus
+ # page.find("body").click #defocus
301
click_button "Submit me!"
302
expect(page).to have_field("title", with: "Title")
303
expect(page).to have_field("description", with: "")
0 commit comments