Skip to content

Commit

Permalink
Remove errant debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
tdooner committed Oct 9, 2024
1 parent 4435278 commit 792ab2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/spec/e2e/cbv_flow_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
# Pinwheel modal
pinwheel_modal = page.find("iframe.pinwheel-modal-show")
page.within_frame(pinwheel_modal) do
debugger
if I18n.locale == :en
fill_in "Username", with: "user_good", wait: 10
fill_in "Workday Password", with: "pass_good"
Expand Down

0 comments on commit 792ab2c

Please sign in to comment.