We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e009e commit 8387079Copy full SHA for 8387079
test/system/update_patient_info_test.rb
@@ -28,6 +28,7 @@ class UpdatePatientInfoTest < ApplicationSystemTestCase
28
describe 'updating name' do
29
before do
30
fill_in 'First and last name', with: 'Susie Everyteen 2'
31
+ click_away_from_field
32
wait_for_ajax
33
reload_page_and_click_link 'Patient Information'
34
end
0 commit comments