Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Header = ({inert}) => {
<div id="header-logo">
<a href="/" className="header-main-item">
<span className="logo-img">
<img src={CampSpotsLogo} alt=""/>
<img src={CampSpotsLogo} />
</span>
<span className="logo-text">CampSpots</span>
</a>
Expand Down
8 changes: 1 addition & 7 deletions exercise3-cypress-integration/HomePage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,4 @@ describe('HomePage', () => {
it('should have a Header', () => {
cy.get('#header').contains('CampSpots')
})

it('should have no accessibility violations', () => {
cy.checkA11y({
exclude: ['div#portal-root']
})
})
})
})