Skip to content

Commit

Permalink
fix(css): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyashu committed Aug 2, 2018
1 parent 17e3cd2 commit 4a0fc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Login/Login.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ describe('the Login component', () => {
/>
</StaticRouter>,
);
expect($vdom.find(LoginButton)).toHaveLength(testProps.providers.length);
expect($vdom.find(".login-page__entries")).toHaveLength(testProps.providers.length);
});
});

0 comments on commit 4a0fc27

Please sign in to comment.