From 792ab2c644185cca2fbb29eb3a8723a06e1cb5e6 Mon Sep 17 00:00:00 2001 From: Tom Dooner Date: Wed, 9 Oct 2024 10:22:49 -0700 Subject: [PATCH] Remove errant debugger --- app/spec/e2e/cbv_flow_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/spec/e2e/cbv_flow_spec.rb b/app/spec/e2e/cbv_flow_spec.rb index 16952165..359fc909 100644 --- a/app/spec/e2e/cbv_flow_spec.rb +++ b/app/spec/e2e/cbv_flow_spec.rb @@ -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"