We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ae573 commit 8ade753Copy full SHA for 8ade753
1 file changed
spec/system/profile_spec.rb
@@ -48,11 +48,11 @@ def change_account_fields
48
it 'Can have custom account_css set' do
49
visit account_path('chupacabra')
50
# wait for page to load...
51
- page.find '.account__header'
+ page.find '._comp_account_header__header'
52
expect(page.html).to have_text('background-color: red !important')
53
54
visit account_path('bob')
55
56
expect(page.html).to have_no_text('background-color: red !important')
57
end
58
0 commit comments