Skip to content

Commit

Permalink
Make test pass since we changed the navbar title for shared logs
Browse files Browse the repository at this point in the history
  • Loading branch information
crmne committed Nov 14, 2024
1 parent ae2de4e commit 1b7ec59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/shared_logs_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class SharedLogsControllerTest < ActionDispatch::IntegrationTest
test "should show shared logs with valid token" do
get shared_logs_url(token: @share_token.token)
assert_response :success
assert_select ".navbar-center", text: @user.username
assert_select ".navbar-center", text: "Doctor's view"
assert_select ".grid", minimum: 1
end

Expand Down

0 comments on commit 1b7ec59

Please sign in to comment.