-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tests): remove old screenshots without a test (#29472)
Issue number: internal --------- ## What is the current behavior? Several screenshot images were not removed when their e2e test was. ## What is the new behavior? I ran the following command in `ionic-framework/core` to find all `*.png` files that did not have a parent `*.e2e.ts` file: ```bash find ./src/components -iname '*.png' -exec bash -c 'cd "${1%/*}"; shopt -s nullglob; files=(../*.e2e.ts); ((${#files[@]} == 0)) && echo "$1"' _ {} \; ``` I have deleted all of these images. Co-authored-by: Brandy Carney <[email protected]>
- Loading branch information
1 parent
88db938
commit 5eb9413
Showing
22 changed files
with
0 additions
and
0 deletions.
There are no files selected for viewing
Binary file removed
BIN
-62.6 KB
...c/input.e2e-legacy.ts-snapshots/input-spec-diff-ios-ltr-Mobile-Chrome-linux.png
Binary file not shown.
Binary file removed
BIN
-56.8 KB
...c/input.e2e-legacy.ts-snapshots/input-spec-diff-ios-ltr-Mobile-Safari-linux.png
Binary file not shown.
Binary file removed
BIN
-62.6 KB
...c/input.e2e-legacy.ts-snapshots/input-spec-diff-ios-rtl-Mobile-Chrome-linux.png
Binary file not shown.
Binary file removed
BIN
-56.7 KB
...c/input.e2e-legacy.ts-snapshots/input-spec-diff-ios-rtl-Mobile-Safari-linux.png
Binary file not shown.
Binary file removed
BIN
-56.5 KB
...ec/input.e2e-legacy.ts-snapshots/input-spec-diff-md-ltr-Mobile-Chrome-linux.png
Binary file not shown.
Binary file removed
BIN
-48.8 KB
...ec/input.e2e-legacy.ts-snapshots/input-spec-diff-md-ltr-Mobile-Safari-linux.png
Binary file not shown.
Binary file removed
BIN
-56.3 KB
...ec/input.e2e-legacy.ts-snapshots/input-spec-diff-md-rtl-Mobile-Chrome-linux.png
Binary file not shown.
Binary file removed
BIN
-48.4 KB
...ec/input.e2e-legacy.ts-snapshots/input-spec-diff-md-rtl-Mobile-Safari-linux.png
Binary file not shown.
Binary file removed
BIN
-58.2 KB
.../legacy/basic/range.e2e.ts-snapshots/range-diff-ios-ltr-Mobile-Safari-linux.png
Binary file not shown.
Binary file removed
BIN
-58.2 KB
.../legacy/basic/range.e2e.ts-snapshots/range-diff-ios-rtl-Mobile-Safari-linux.png
Binary file not shown.
Binary file removed
BIN
-38.5 KB
...elect.e2e.ts-snapshots/select-single-value-diff-ios-ltr-Mobile-Chrome-linux.png
Binary file not shown.
Binary file removed
BIN
-42.1 KB
...lect.e2e.ts-snapshots/select-single-value-diff-ios-ltr-Mobile-Firefox-linux.png
Binary file not shown.
Binary file removed
BIN
-30.6 KB
...elect.e2e.ts-snapshots/select-single-value-diff-ios-ltr-Mobile-Safari-linux.png
Binary file not shown.
Binary file removed
BIN
-41.8 KB
...select.e2e.ts-snapshots/select-single-value-diff-md-ltr-Mobile-Chrome-linux.png
Binary file not shown.
Binary file removed
BIN
-47.2 KB
...elect.e2e.ts-snapshots/select-single-value-diff-md-ltr-Mobile-Firefox-linux.png
Binary file not shown.
Binary file removed
BIN
-33.2 KB
...select.e2e.ts-snapshots/select-single-value-diff-md-ltr-Mobile-Safari-linux.png
Binary file not shown.
Binary file removed
BIN
-29.5 KB
...y/basic/textarea.e2e.ts-snapshots/textarea-diff-ios-ltr-Mobile-Safari-linux.png
Binary file not shown.
Binary file removed
BIN
-29.5 KB
...y/basic/textarea.e2e.ts-snapshots/textarea-diff-ios-rtl-Mobile-Safari-linux.png
Binary file not shown.
Binary file removed
BIN
-54 KB
...egacy/basic/toggle.e2e.ts-snapshots/toggle-diff-ios-ltr-Mobile-Safari-linux.png
Binary file not shown.
Binary file removed
BIN
-53.9 KB
...egacy/basic/toggle.e2e.ts-snapshots/toggle-diff-ios-rtl-Mobile-Safari-linux.png
Binary file not shown.
Binary file removed
BIN
-46.4 KB
...legacy/basic/toggle.e2e.ts-snapshots/toggle-diff-md-ltr-Mobile-Safari-linux.png
Binary file not shown.
Binary file removed
BIN
-46.4 KB
...legacy/basic/toggle.e2e.ts-snapshots/toggle-diff-md-rtl-Mobile-Safari-linux.png
Binary file not shown.