Additional tests

This commit is contained in:
Stefan Markovic 2023-08-28 12:33:53 +02:00 committed by GitHub
parent bb678282d5
commit 3522553d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,3 +212,29 @@ For all the remapping below, try pressing and releasing the remapped key/shortcu
* Test Settings:
- [ ] Change the rest of available settings on MWB page and verify that each setting works as described.
## Additional tests
## Peek
* Open different files to check that they're shown properly
- [ ] Image
- [ ] Text or dev file
- [ ] Markdown file
- [ ] PDF
- [ ] HTML
- [ ] Archive files (.zip, .tar, .rar)
- [ ] Any other not mentioned file (.exe for example) to verify the unsupported file view is shown
* Pinning/unpinning
- [ ] Pin the window, switch between images of different size, verify the window stays at the same place and the same size.
- [ ] Pin the window, close and reopen Peek, verify the new window is opened at the same place and the same size as before.
- [ ] Unpin the window, switch to a different file, verify the window is moved to the default place.
- [ ] Unpin the window, close and reopen Peek, verify the new window is opened on the default place.
* Open with a default program
- [ ] By clicking a button.
- [ ] By pressing enter.
- [ ] Switch between files in the folder using `LeftArrow` and `RightArrow`, verify you can switch between all files in the folder.
- [ ] Open multiple files, verify you can switch only between selected files.
- [ ] Change the shortcut, verify the new one works.