Skip to content

Commit 8ade753

Browse files
new selector for header
1 parent a7ae573 commit 8ade753

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/system/profile_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ def change_account_fields
4848
it 'Can have custom account_css set' do
4949
visit account_path('chupacabra')
5050
# wait for page to load...
51-
page.find '.account__header'
51+
page.find '._comp_account_header__header'
5252
expect(page.html).to have_text('background-color: red !important')
5353

5454
visit account_path('bob')
55-
page.find '.account__header'
55+
page.find '._comp_account_header__header'
5656
expect(page.html).to have_no_text('background-color: red !important')
5757
end
5858
end

0 commit comments

Comments
 (0)