diff --git a/features/step_definitions/integration_steps.rb b/features/step_definitions/integration_steps.rb index fedb06be437..55781c5f05b 100644 --- a/features/step_definitions/integration_steps.rb +++ b/features/step_definitions/integration_steps.rb @@ -973,7 +973,7 @@ def non_dc_office_location Then(/^.+ should see the receipt page$/) do find('h1.darkblue', wait: 10) expect(page).to have_content('Enrollment Submitted') - #screenshot("receipt_page") + # screenshot("receipt_page") find(EmployeeEnrollmentSubmitted.continue_btn).click end