Skip to content

Commit

Permalink
chore: remove puts and update test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ericenns committed Dec 12, 2024
1 parent c8d3d1a commit 9f3c1b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/system/projects/samples_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class SamplesTest < ApplicationSystemTestCase
assert_text strip_tags(I18n.t(:'viral.pagy.limit_component.summary', from: 1, to: 3, count: 3,
locale: @user.locale))
table_row = find(:table_row, [@sample1.name])
puts @sample1.id

within table_row do
click_link 'Remove'
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TestCase
Sample.reindex

# and disable callbacks
# Searchkick.disable_callbacks
Searchkick.disable_callbacks
end

parallelize_teardown do |_worker|
Expand Down

0 comments on commit 9f3c1b5

Please sign in to comment.