From b20deac8453bdd6cd461cc03e5339b09331a85f1 Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Thu, 25 Nov 2021 15:34:53 +0000 Subject: [PATCH] Update tests-checklist-jaime.md --- doc/releases/0.51.0/tests-checklist-jaime.md | 48 ++++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/doc/releases/0.51.0/tests-checklist-jaime.md b/doc/releases/0.51.0/tests-checklist-jaime.md index b1e1c00a4..23fd5627a 100644 --- a/doc/releases/0.51.0/tests-checklist-jaime.md +++ b/doc/releases/0.51.0/tests-checklist-jaime.md @@ -1,41 +1,41 @@ ## File Explorer Add-ons * Running as user: * go to PowerToys repo root - - [ ] verify the README.md Preview Pane shows the correct content + - [x] verify the README.md Preview Pane shows the correct content * go to PowerToys repo and visit src\runner\svgs - - [ ] verify Preview Pane works for the SVG files - - [ ] verify the Icon Preview works for the SVG file (loop through different icon preview sizes) + - [x] verify Preview Pane works for the SVG files + - [x] verify the Icon Preview works for the SVG file (loop through different icon preview sizes) * Running as admin: * open the Settings and turn off the Preview Pane and Icon Previous toggles * go to PowerToys repo root - - [ ] verify the README.md Preview Pane doesn't show any content + - [x] verify the README.md Preview Pane doesn't show any content * go to PowerToys repo and visit src\runner\svgs - - [ ] verify Preview Pane doesn't show the preview for the SVG files + - [x] verify Preview Pane doesn't show the preview for the SVG files * the Icon Preview for the existing SVG will still show since the icons are cached (you can also use `cleanmgr.exe` to clean all thumbnails cached in your system). You may need to restart the machine for this setting to apply as well. - - [ ] copy and paste one of the SVG file and verify the new file show the generic SVG icon + - [x] copy and paste one of the SVG file and verify the new file show the generic SVG icon ## 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 -- [ ] 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 +- [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