Skip to content

Commit 1d0885e

Browse files
Fix failing img spec
1 parent 8f2f832 commit 1d0885e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/usage/components/img_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ def response
1919
visit '/example'
2020

2121
expect(page).to have_xpath("//img[contains(@src,'matestack-logo') and @alt='logo' and @width='500' and @height='300']")
22-
expect(page).to have_xpath("//img[contains(@src,'matestack-logo') and @alt='otherlogo' and @width='500' and @height='300'] and @usemap='\#newmap'")
22+
expect(page).to have_xpath("//img[contains(@src,'matestack-logo') and @alt='otherlogo' and @width='500' and @height='300' and @usemap='\#newmap']")
2323
end
2424
end

0 commit comments

Comments
 (0)