From 7697073fa24753f426a11a156a6679fa1a2b984d Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Sat, 31 Aug 2024 23:16:14 -0700 Subject: [PATCH] mark as requiring js --- spec/system/profile_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/profile_spec.rb b/spec/system/profile_spec.rb index 1cd3e62bc02f35..82ddb07fb5a809 100644 --- a/spec/system/profile_spec.rb +++ b/spec/system/profile_spec.rb @@ -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"]')