Commit ecc5160a authored by Mike Greiling's avatar Mike Greiling

fix member expire calendar selection by triggering blur

parent c09e5004
...@@ -31,6 +31,7 @@ feature 'Projects > Members > Groups with access list', :js do ...@@ -31,6 +31,7 @@ feature 'Projects > Members > Groups with access list', :js do
tomorrow = Date.today + 3 tomorrow = Date.today + 3
fill_in "member_expires_at_#{group.id}", with: tomorrow.strftime("%F") fill_in "member_expires_at_#{group.id}", with: tomorrow.strftime("%F")
find('body').click
wait_for_requests wait_for_requests
page.within(find('li.group_member')) do page.within(find('li.group_member')) do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment