Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a not to have (attribute|attributes) assertion. #195

Merged
merged 1 commit into from
Mar 18, 2018

Conversation

sunesimonsen
Copy link
Member

This is useful to testing that a button is not disabled.

expect(button, 'not to have attribute', 'disabled')

Copy link
Member

@papandreou papandreou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks perfect!

@sunesimonsen sunesimonsen force-pushed the ssimonsen/not-to-have-attributes branch from 6352c24 to 401663c Compare March 18, 2018 19:53
@sunesimonsen
Copy link
Member Author

@papandreou except the failing linting :-S I'm creating a prettier branch, I can't code without it :-)

@coveralls
Copy link

coveralls commented Mar 18, 2018

Coverage Status

Coverage increased (+0.09%) to 93.75% when pulling 401663c on ssimonsen/not-to-have-attributes into 56e4557 on master.

@sunesimonsen sunesimonsen merged commit 672d76d into master Mar 18, 2018
@sunesimonsen sunesimonsen deleted the ssimonsen/not-to-have-attributes branch March 18, 2018 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants