Write end-to-end system specs for the Discourse user interface

You could reset the test database entirely. I couldn’t repro your issue initially, but test runs for me after doing:

RAILS_ENV=test rake db:drop
RAILS_ENV=test rake db:create db:migrate
bundle exec rspec spec/system/interface_color_selector_spec.rb
1 Like