Skip to content

Commit

Permalink
revert cuke step change
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhenryhf committed Sep 26, 2024
1 parent 6e82272 commit 67e5395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/integration_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 67e5395

Please sign in to comment.