Hide the datepicker after entering dates in the users hourly rates spec

This commit is contained in:
Dombi Attila
2023-02-02 10:17:08 +02:00
parent 692c30302d
commit 0741980c1e
@@ -91,6 +91,7 @@ describe 'hourly rates on user edit', js: true do
click_link 'Satz hinzufügen'
fill_in "user_new_rate_attributes_1_valid_from", with: (Time.zone.today + 1.day).iso8601
find("input#user_new_rate_attributes_1_valid_from").send_keys :escape
fill_in "user_new_rate_attributes_1_rate", with: '5,12'
click_button 'Speichern'