Skip to content

Commit

Permalink
25 winks
Browse files Browse the repository at this point in the history
  • Loading branch information
mkllnk committed Dec 19, 2024
1 parent 4553f9d commit 0ab056e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/features/datepicker_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def select_datetime_from_datepicker(datetime)
select_date_from_datepicker(datetime)
fill_in "Hour", with: datetime.strftime("%H")
fill_in "Minute", with: datetime.strftime("%M")
sleep 0.5
sleep 0.25
end

def pick_datetime(calendar_selector, datetime_selector)
Expand Down

0 comments on commit 0ab056e

Please sign in to comment.