Skip to content

Commit

Permalink
chore(Navigation): remove unused data-e2e-id tag in a story
Browse files Browse the repository at this point in the history
  • Loading branch information
lesha1201 committed May 27, 2019
1 parent 0ab5851 commit a61b8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navigation/Navigation.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default (asStory) => {
</Navigation>
))
.add('with icon size', () => (
<Navigation color="GREEN" data-e2e-id="default-navigation">
<Navigation color="GREEN">
<Navigation.Item iconSize="lg" icon="Trashcan" label="Jobs" to="/jobs" />
<Navigation.Item iconSize="lg" icon="Mail" label="Posted" to="/posted" />
<Navigation.Item iconSize="lg" icon="Search" label="My Active Jobs" to="/my-active-jobs" />
Expand Down

0 comments on commit a61b8de

Please sign in to comment.