Skip to content

Commit

Permalink
Remove title assertion in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Jun 5, 2017
1 parent 1952239 commit 9b21b6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/dashicon/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ describe( 'Dashicon', () => {

it( 'should render a SVG icon element when a matching icon is provided', () => {
const dashicon = shallow( <Dashicon icon="wordpress" /> );
expect( dashicon.find( 'title' ).text() ).to.equal( 'WordPress' );
expect( dashicon.hasClass( 'dashicon' ) ).to.be.true();
expect( dashicon.hasClass( 'dashicons-wordpress' ) ).to.be.true();
expect( dashicon.type() ).to.equal( 'svg' );
Expand Down

0 comments on commit 9b21b6f

Please sign in to comment.