From 3522553d7c60c003db494786aaaa0cc3a95231d8 Mon Sep 17 00:00:00 2001 From: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:33:53 +0200 Subject: [PATCH] Additional tests --- .../0.73.0/tests-checklist-seraphima.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/doc/releases/0.73.0/tests-checklist-seraphima.md b/doc/releases/0.73.0/tests-checklist-seraphima.md index a571718807..ef75b8002f 100644 --- a/doc/releases/0.73.0/tests-checklist-seraphima.md +++ b/doc/releases/0.73.0/tests-checklist-seraphima.md @@ -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. +