Skip to content

Commit

Permalink
More edits to fields test
Browse files Browse the repository at this point in the history
  • Loading branch information
gazayas committed May 16, 2023
1 parent cf3a2e9 commit 58f7814
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/system/fields_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ class AccountTest < ApplicationSystemTestCase
# TODO: This is an ugly hack to ensure the default test user isn't logged in.
# This is happening when billing is enabled and the entire test suite is run.
if page.text.match?("Jane Smith")
puts "Running here."
sign_out_for(display_details)
sign_out_for(display_details)
visit root_path
end

Expand Down

0 comments on commit 58f7814

Please sign in to comment.