Skip to content

Commit fb41f36

Browse files
committed
Fix login method in unread badge spec for consistency
1 parent 21a28a2 commit fb41f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/features/notifications/unread_badge_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
before do
1010
configure_host_platform
1111
logout(:user)
12-
login_as_platform_manager
12+
login('[email protected]', 'password12345')
1313
end
1414

1515
it 'updates badge and title based on unread count', :js do # rubocop:todo RSpec/ExampleLength, RSpec/MultipleExpectations

0 commit comments

Comments
 (0)