Skip to content

Commit

Permalink
fix: update tests to match new admin layout
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaaargZombies committed Oct 31, 2023
1 parent 3600b5c commit 0755569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/admin/sites_integration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ class AdminSitesIntegrationTest < ActionDispatch::IntegrationTest
assert_select 'label', 'Description'
assert_select 'label', text: 'Site admin', count: 0

assert_select 'label', text: 'Theme', count: 0
assert_select 'label', text: 'Logo', count: 0
assert_select 'label', text: 'Footer logo', count: 0
assert_select 'label', text: 'Theme', count: 1
assert_select 'label', text: 'Logo', count: 1
assert_select 'label', text: 'Footer logo', count: 1
assert_select 'label', 'Hero image'
assert_select 'label', 'Hero image credit'
end
Expand Down

0 comments on commit 0755569

Please sign in to comment.