Skip to content

Commit

Permalink
stree formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot authored Nov 15, 2024
1 parent 9f166ee commit 79cc0e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/system/viewing_brand_header_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
expect(page).to have_link(nil, href: "http://some.url.com")

expect(page).to have_selector(
'img#brand-logo[title="some name"][src="http://some.url.com/logo.png"]', visible: :all
'img#brand-logo[title="some name"][src="http://some.url.com/logo.png"]',
visible: :all
)

expect(page).to have_link("First Link", href: "http://some.url.com/first", target: "_blank")
Expand Down

0 comments on commit 79cc0e7

Please sign in to comment.