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

Fix typeIn example in API docs #742

Closed
wants to merge 1 commit into from

Conversation

gabrielgrant
Copy link
Contributor

No description provided.

@@ -397,7 +397,7 @@ Emulating typing in an input using `typeIn`


```javascript
typeIn('hello world');
typeIn('input', 'hello world');
Copy link
Member

Choose a reason for hiding this comment

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

the API.md file is automatically generated. you will also have to change this in the corresponding code comment :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤦

craigteegarden added a commit to craigteegarden/ember-test-helpers that referenced this pull request Dec 12, 2019
the example was missing the selector string

replaces emberjs#742
@rwjblue
Copy link
Member

rwjblue commented Dec 16, 2019

Closed by #751.

@rwjblue rwjblue closed this Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants