diff --git a/doc/releases/0.77.0/tests-checklist-stefan.md b/doc/releases/0.77.0/tests-checklist-stefan.md index 53df22577a..88b22ef663 100644 --- a/doc/releases/0.77.0/tests-checklist-stefan.md +++ b/doc/releases/0.77.0/tests-checklist-stefan.md @@ -74,27 +74,27 @@ - [] verify Preview Pane doesn't show the preview for source code files or that it's a default previewer instead of Monaco ## Image Resizer -- [ ] Disable the Image Resizer and check that `Resize images` is absent in the context menu -- [ ] Enable the Image Resizer and check that `Resize images` is present in the context menu. (On Win11) Check if both old context menu and Win11 tier1 context menu items are present when module is enabled. -- [ ] Remove one image size and add a custom image size. Open the Image Resize window from the context menu and verify that changes are populated -- [ ] Resize one image -- [ ] Resize multiple images -- [ ] Open the image resizer to resize a `.gif` file and verify the "Gif files with animations may not be correctly resized." warning appears. +- [x] Disable the Image Resizer and check that `Resize images` is absent in the context menu +- [x] Enable the Image Resizer and check that `Resize images` is present in the context menu. (On Win11) Check if both old context menu and Win11 tier1 context menu items are present when module is enabled. +- [x] Remove one image size and add a custom image size. Open the Image Resize window from the context menu and verify that changes are populated +- [x] Resize one image +- [x] Resize multiple images +- [x] Open the image resizer to resize a `.gif` file and verify the "Gif files with animations may not be correctly resized." warning appears. -- [ ] Resize images with `Fill` option -- [ ] Resize images with `Fit` option -- [ ] Resize images with `Stretch` option +- [x] Resize images with `Fill` option +- [x] Resize images with `Fit` option +- [x] Resize images with `Stretch` option -- [ ] Resize images using dimension: Centimeters -- [ ] Resize images using dimension: Inches -- [ ] Resize images using dimension: Percents -- [ ] Resize images using dimension: Pixels +- [x] Resize images using dimension: Centimeters +- [x] Resize images using dimension: Inches +- [x] Resize images using dimension: Percents +- [x] Resize images using dimension: Pixels -- [ ] Change `Filename format` to `%1 - %2 - %3 - %4 - %5 - %6` and check if the new format is applied to resized images -- [ ] Check `Use original date modified` and verify that modified date is not changed for resized images. Take into account that `Resize the original pictures(don't create copy)` should be selected -- [ ] Check `Make pictures smaller but not larger` and verify that smaller pictures are not resized -- [ ] Check `Resize the original pictures (don't create copies)` and verify that the original picture is resized and a copy is not created -- [ ] Uncheck `Ignore the orientation of pictures` and verify that swapped width and height will actually resize a picture if the width is not equal to the height +- [x] Change `Filename format` to `%1 - %2 - %3 - %4 - %5 - %6` and check if the new format is applied to resized images +- [x] Check `Use original date modified` and verify that modified date is not changed for resized images. Take into account that `Resize the original pictures(don't create copy)` should be selected +- [x] Check `Make pictures smaller but not larger` and verify that smaller pictures are not resized +- [x] Check `Resize the original pictures (don't create copies)` and verify that the original picture is resized and a copy is not created +- [x] Uncheck `Ignore the orientation of pictures` and verify that swapped width and height will actually resize a picture if the width is not equal to the height ## Keyboard Manager @@ -334,4 +334,4 @@ For all the remapping below, try pressing and releasing the remapped key/shortcu - [ ] If you have Microsoft.WinGet.Client installed, confirm that Install Microsoft.WinGet.Client button is disabled. If you don't have Microsoft.WinGet.Client, Install it by clicking the button and confirm that it's properly installed. Check Installation logs text box bellow and confirm there are no errors. - [ ] Install the Command Not Found module. Check Installation logs text box bellow and confirm there are no errors. Check PowerShell 7 $PROFILE file and confirm Import-Module command is added there. Start new PowerShell 7.4 session and execute "powertoys" (or "atom"). Confirm that suggestion is given to install powertoys (or atom) winget package. (If suggestion is not given, try running the same command few more times, it might take some time for the first time to load the module). Check Installation logs text box bellow and confirm there are no errors. - [ ] Uninstall the module. Check Installation logs text box bellow and confirm there are no errors. Check PowerShell 7 $PROFILE file and confirm Import-Module command is removed. Start new PowerShell 7.4 session and confirm no errors are shown on start. - - [ ] Install module again. Uninstall PowerToys. Check PowerShell 7 $PROFILE file and confirm Import-Module command is removed after installer is done. \ No newline at end of file + - [ ] Install module again. Uninstall PowerToys. Check PowerShell 7 $PROFILE file and confirm Import-Module command is removed after installer is done.