mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Hide the datepicker after entering dates in the users hourly rates spec
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user