Skip to content

Commit 81710ec

Browse files
committed
test(static_controller_test.rb): fixed
1 parent f0c3adc commit 81710ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/controllers/static_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ class StaticControllerTest < ActionController::TestCase
509509
with_settings({ feature: { login_through_oidc_only: true } }) do
510510
get :home
511511
assert_select 'ul.user-options.nav.navbar-nav.navbar-right' do
512-
assert_select 'a[href="/users/auth/oidc"]', text: 'Log in', count: 1
512+
assert_select 'a[href="/users/auth/oidc"]', count: 1
513513
end
514514
end
515515
end

0 commit comments

Comments
 (0)