From 802eb624f64631dc026350f5d6477135669e7e2b Mon Sep 17 00:00:00 2001 From: Chris Huynh Date: Thu, 19 Dec 2024 17:17:38 -0600 Subject: [PATCH] remove commented out code --- test/system/groups/bots_test.rb | 6 ++---- test/system/projects/bots_test.rb | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/test/system/groups/bots_test.rb b/test/system/groups/bots_test.rb index 3e0b79b070..b27d328241 100644 --- a/test/system/groups/bots_test.rb +++ b/test/system/groups/bots_test.rb @@ -374,10 +374,8 @@ def setup click_link I18n.t(:'bots.index.table.actions.destroy') end - # within('#dialog') do - # confirm destroy bot - click_button I18n.t('bots.new_destroy.submit_button') - # end + # confirm destroy bot + click_button I18n.t('bots.new_destroy.submit_button') ### ACTIONS END ### ### VERIFY START ### diff --git a/test/system/projects/bots_test.rb b/test/system/projects/bots_test.rb index b833dff7c1..2c0e2defc1 100644 --- a/test/system/projects/bots_test.rb +++ b/test/system/projects/bots_test.rb @@ -376,10 +376,8 @@ def setup click_link I18n.t(:'bots.index.table.actions.destroy') end - # within('#dialog') do - # confirm destroy bot - click_button I18n.t('bots.new_destroy.submit_button') - # end + # confirm destroy bot + click_button I18n.t('bots.new_destroy.submit_button') ### ACTIONS END ### ### VERIFY START ###