Skip to content

Commit c4fbaf4

Browse files
committed
trying to fix input spec
1 parent 0954baf commit c4fbaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/test/components/dynamic/form/input/custom_input_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def form_config
297297

298298
value = "#{DateTime.now}"
299299
fill_in "description", with: value
300-
page.find("body").click #defocus
300+
# page.find("body").click #defocus
301301
click_button "Submit me!"
302302
expect(page).to have_field("title", with: "Title")
303303
expect(page).to have_field("description", with: "")

0 commit comments

Comments
 (0)