Bump rails from 7.0.8 to 7.1.0 #3777
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
test:
spec/views/execution_environments/shell.html.slim_spec.rb#L13
execution_environments/shell.html.slim contains the required data attributes
Failure/Error: button.btn class=local_assigns.fetch(:classes, 'btn-primary') *local_assigns.fetch(:data, {}) disabled=local_assigns.fetch(:disabled, false) id=id title=local_assigns[:title] type='button'
ActionView::Template::Error:
undefined method `+' for #<ActionView::OutputBuffer:0x00007f5269b92068 @raw_buffer="btn">
|
test:
spec/features/authentication_spec.rb#L130
Authentication when signed in displays a sign out link
Failure/Error: button.dropdown-item.d-flex.align-items-center data={ 'bs-theme-value': 'light' }
ActionView::Template::Error:
undefined method `+' for #<ActionView::OutputBuffer:0x00007f5268edeb28 @raw_buffer="dropdown-item">
|
test:
spec/features/authentication_spec.rb#L126
Authentication when signed in displays the user's displayname
Failure/Error: button.dropdown-item.d-flex.align-items-center data={ 'bs-theme-value': 'light' }
ActionView::Template::Error:
undefined method `+' for #<ActionView::OutputBuffer:0x00007f5268d151e8 @raw_buffer="dropdown-item">
|
test:
spec/features/authentication_spec.rb#L134
Authentication when signed in allows to sign out
Failure/Error: button.dropdown-item.d-flex.align-items-center data={ 'bs-theme-value': 'light' }
ActionView::Template::Error:
undefined method `+' for #<ActionView::OutputBuffer:0x00007f526ab1a940 @raw_buffer="dropdown-item">
|
test:
spec/features/authentication_spec.rb#L117
Authentication when signed in with an authentication token still invalidates the token on login
Failure/Error: button.dropdown-item.d-flex.align-items-center data={ 'bs-theme-value': 'light' }
ActionView::Template::Error:
undefined method `+' for #<ActionView::OutputBuffer:0x00007f526a06f7e8 @raw_buffer="dropdown-item">
|
test:
spec/features/authentication_spec.rb#L12
Authentication when signed out displays a sign in link
Failure/Error: button.dropdown-item.d-flex.align-items-center data={ 'bs-theme-value': 'light' }
ActionView::Template::Error:
undefined method `+' for #<ActionView::OutputBuffer:0x00007f5269e4a620 @raw_buffer="dropdown-item">
|
test:
spec/features/authentication_spec.rb#L40
Authentication when signed out with no authentication token denies access to the request for comment
Failure/Error: button.dropdown-item.d-flex.align-items-center data={ 'bs-theme-value': 'light' }
ActionView::Template::Error:
undefined method `+' for #<ActionView::OutputBuffer:0x00007f5269cb9d10 @raw_buffer="dropdown-item">
|
test:
spec/features/authentication_spec.rb#L17
Authentication when signed out with valid credentials allows to sign in
Failure/Error: button.dropdown-item.d-flex.align-items-center data={ 'bs-theme-value': 'light' }
ActionView::Template::Error:
undefined method `+' for #<ActionView::OutputBuffer:0x00007f5269b787d0 @raw_buffer="dropdown-item">
|
test:
spec/features/authentication_spec.rb#L27
Authentication when signed out with invalid credentials does not allow to sign in
Failure/Error: button.dropdown-item.d-flex.align-items-center data={ 'bs-theme-value': 'light' }
ActionView::Template::Error:
undefined method `+' for #<ActionView::OutputBuffer:0x00007f5269abc648 @raw_buffer="dropdown-item">
|
test:
spec/features/authentication_spec.rb#L62
Authentication when signed out with an authentication token when the token is valid allows access to the request for comment
Failure/Error: button.dropdown-item.d-flex.align-items-center data={ 'bs-theme-value': 'light' }
ActionView::Template::Error:
undefined method `+' for #<ActionView::OutputBuffer:0x00007f5269a45d40 @raw_buffer="dropdown-item">
|