Skip to content

Commit

Permalink
Adjust test to not look for the icon
Browse files Browse the repository at this point in the history
The icon is now an SVG passed on
  • Loading branch information
Joen Asmussen committed Jan 23, 2018
1 parent 91cb16c commit 73612cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions editor/components/block-mover/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@ describe( 'BlockMover', () => {
expect( moveUp.props() ).toMatchObject( {
className: 'editor-block-mover__control',
onClick: undefined,
icon: 'arrow-up-alt2',
label: 'Move 2 blocks from position 1 up by one place',
'aria-disabled': undefined,
} );
expect( moveDown.props() ).toMatchObject( {
className: 'editor-block-mover__control',
onClick: undefined,
icon: 'arrow-down-alt2',
label: 'Move 2 blocks from position 1 down by one place',
'aria-disabled': undefined,
} );
Expand Down

0 comments on commit 73612cb

Please sign in to comment.