Skip to content

Commit

Permalink
remove Logout button check
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchud committed Nov 18, 2024
1 parent 679438a commit 9bdf7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def system_login_user(user)
fill_in "Email", with: user.email
click_on "Dev Login"
expect(page).to have_current_path(dashboard_path)
expect(page).to have_button('Logout')
# expect(page).to have_button('Logout')
end

def system_logout
Expand Down

0 comments on commit 9bdf7e9

Please sign in to comment.