Skip to content

Commit

Permalink
[Rav] updated help page test
Browse files Browse the repository at this point in the history
  • Loading branch information
RaviBolla committed Aug 2, 2017
1 parent 31d833e commit 93db3dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/test/user/HelpSpec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ describe("Help", () => {
const [, video] = help.props.children;
expect(video.type).to.equals("div");
expect(video.props.className).to.equals("video");
expect(video.props.children.type).to.equals("i");
expect(video.props.children.props.className).to.equals("icon fa fa-play");
});

it("should have heading help", () => {
Expand Down

0 comments on commit 93db3dd

Please sign in to comment.