Skip to content

Commit

Permalink
mark as requiring js
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Sep 1, 2024
1 parent 0fb067e commit 7697073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/profile_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
expect(subject).to have_content 'Changes successfully saved!'
end

it 'Can have custom account_css set' do
it 'Can have custom account_css set', :js do
visit account_path('chupacabra')
expect(subject).to have_content('background-color: red !important')
expect(subject).to have_xpath('//*[@id="account-css"]')
Expand Down

0 comments on commit 7697073

Please sign in to comment.