You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the test the first time, we usually faced the error:
1) Sign in page given the Sign in button is clicked given the credentials are valid displays the home page
Failure/Error: <%= stylesheet_link_tag 'application', 'data-turbo-track': 'reload' %>
ActionView::Template::Error:
The asset "application.css" is not present in the asset pipeline.
# ------------------# --- Caused by: ---# Sprockets::Rails::Helper::AssetNotFound:# The asset "application.css" is not present in the asset pipeline.# /bundle/ruby/3.0.0/gems/sprockets-rails-3.4.2/lib/sprockets/rails/helper.rb:84:in `compute_asset_path'
Expected
Run test successfully each time we run it with rspec.
Steps to reproduce
Generate a new project from the template
Add request/system tests
Run it the first time: bundle exec rspec
The text was updated successfully, but these errors were encountered:
Issue
When running the test the first time, we usually faced the error:
Expected
Run test successfully each time we run it with
rspec
.Steps to reproduce
bundle exec rspec
The text was updated successfully, but these errors were encountered: