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

Create chai-wait-for.md #194

Closed
wants to merge 1 commit into from
Closed

Conversation

jedwards1211
Copy link

@jedwards1211 jedwards1211 commented Dec 18, 2020

Cool new lib I created!

It's not exactly a plugin, in that it doesn't exactly add or overwrite language chains, instead it imports all the language chains from Chai. When you do waitFor(myObj).to.have.property('foo').that.equals(3) it's making a thunk that will be used to create a fresh assertion via expect each time it retries.

This is mainly for clean syntax with libs like chai-webdriverio-async (which I also created, but am a bit more hesitant to add here, because I'll probably add a lot more features/changes to it):

await waitFor('#submittedMessage').to.have.text('Your changes have been saved!')

@jedwards1211
Copy link
Author

oh nevermind, seems like this is not the correct way to add plugin docs

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

1 participant