[ ] Component is accessible at mobile-size viewport.
[ ] Component is accessible at tablet-size viewport.
[ ] Component is accessible at laptop-size viewport.
[ ] Component is accessible at big-monitor-size viewport.
Open the test cases app locally on:
[ ] Chrome, no errors logged to console.
[ ] Firefox, no errors logged to console.
[ ] Safari, no errors logged to console.
[ ] Edge, no errors logged to console.
[ ] Mobile Safari, no errors logged to console.
[ ] Android Chrome, no errors logged to console.
Before merge
[ ] Add entry to CHANGELOG.md to describe changes.
[ ] If updating dependencies or creating a release, run npx browserslist@latest --update-db to update the browser data and commit any changes to package-lock.json.
Changes introduced
How to test
To test, on the help repo, create a new folder with an index.md file with the following code:
If it works correctly, when you go to http://localhost:8080/help, you should see a new "Dive Deeper" section with a book icon.
QA checklist
#.#.#
.Open the test cases app locally on:
Before merge
npx browserslist@latest --update-db
to update the browser data and commit any changes to package-lock.json.