Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHuynh333 committed Dec 20, 2024
1 parent 39917e5 commit 802eb62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions test/system/groups/bots_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
Expand Down
6 changes: 2 additions & 4 deletions test/system/projects/bots_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
Expand Down

0 comments on commit 802eb62

Please sign in to comment.