Skip to content

Commit

Permalink
HomePage.test: fix description of id test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Nov 9, 2018
1 parent 1f1c355 commit 9c72571
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions __tests__/components/HomePage.test.js
Expand Up @@ -6,9 +6,8 @@ import NewsPanel from '../../src/components/NewsPanel'
import DescPanel from '../../src/components/DescPanel'
import Footer from '../../src/components/Footer'


describe('<HomePage />', () =>{
it('should be selectable by id "app"', () => {
it('selectable by id "home-page"', () => {
expect(shallow(<HomePage />).is('#home-page')).toBe(true)
})

Expand All @@ -20,4 +19,3 @@ describe('<HomePage />', () =>{
expect(wrapper.find(Footer).length).toBe(1)
})
})

0 comments on commit 9c72571

Please sign in to comment.