Docs: Fix e2e command typos#49669
Conversation
Some typos on the commands on the ### `test-e2e` section (replace `npm run test-e2e` with `npm run test:e2e` )
|
👋 Thanks for your first Pull Request and for helping build the future of Gutenberg and WordPress, @eduwass! In case you missed it, we'd love to have you join us in our Slack community, where we hold regularly weekly meetings open to anyone to coordinate with each other. If you want to learn more about WordPress development in general, check out the Core Handbook full of helpful information. |
|
Congratulations on your first merged pull request, @eduwass! We'd like to credit you for your contribution in the post announcing the next WordPress release, but we can't find a WordPress.org profile associated with your GitHub account. When you have a moment, visit the following URL and click "link your GitHub account" under "GitHub Username" to link your accounts: https://profiles.wordpress.org/me/profile/edit/ And if you don't have a WordPress.org account, you can create one on this page: https://login.wordpress.org/register Kudos! |
What?
Looks like there were 2 typos on some of the e2e commands in the
test-e2esectionWhy?
I noticed that the commands were not working when I copy/pasted them while I was going through the doc.
How?
Just replace
npm run test-e2ewithnpm run test:e2e.This should prevent future folks from getting confused.
Testing Instructions
Testing Instructions for Keyboard
Not needed