- Before you start all other tests — clean your browser's storages: local storage, session storage, cookies storage, etc.
- Open editor after cleaning the local storage. Check the Cookies window emerges.
- Close current browser tab. Open editor again. Check that Cookies window emerges again.
- Close the Cookies window by the top-right cross. Refresh the page. Check that the Cookies window emerges again.
- Close the Cookies window by the “Accept” button. Refresh the page. Check that the Cookies window does not appear again.
- Open developer console, check that there are no errors in different modes.
- Start Example should be in the code editor.
- Check links to documents in each example.
When click to this item, the warning window must appear. Check:
- Cancel button,
- Reset button,
- closing cross button.
Check all the links in the Docs menu.
When you move vertical separator:
- Tab buttons on the right should never be pulled out of the screen.
- You can move separator almost to the very left side.
- Check refresh with Ctrl+R.
- Check refresh with Ctrl+Shift+R.
Code content should not be changed.
- Assure that you can copy text of the error message.
- Check positioning after item click.
- Check that Contents narrows documentation, not overlaps it.
- Check that after click on some content item you can refresh page by Ctrl+Shift+R and nothing
changes. Especially check it on paths with parameters, e. g.
/cats/{id}
. - Move vertical line between code and docs. Open contents sidebar. Check that it does not overlap docs and does not leave empty space between docs and contents sidebar. Repeat several times in different positions of vertical line.
- Check any item in contents sidebar. Scroll away manually from this place. Change something in the code. Check that documentation stays in the same place after refresh and do not scroll back to the previous position.
- Check that Contents works fine when there are a huge amount of items (vertical scroll must work).
- Check the github link.
- Close the popup.
- Refresh the page, check that now it is closed permanently.
- Check that editor does not consume much CPU when you do not touch it.
- Open some item in contents sidebar. Check support window then (Ask a question, report a bug).
- Change something in doc field, e. g.:
- schema section mode (e. g. Expand Types, Table View, Code View);
- expand some type;
- switch to some method (e. g. from GET to POST).
- Scroll up or down and come back.
- Check that schema section is in the same state as it was before scroll.
- Open Servers section.
- Scroll down deeply and come back.
- Check Servers section is still opened.
- Check that you can close details card using either cross-mark near the top right corner of card or with the cross-mark at the top right corner of rendered document panel.
- Check that these two cross-marks (see above) do not interfere each other when scrolling document up and down.
- Check hints, which must appear over buttons without captions (Bug, Export, Preview buttons).