diff --git a/uui-e2e-tests/e2e.Dockerfile b/uui-e2e-tests/e2e.Dockerfile index 7f40bdadd9..e9fb3c154b 100644 --- a/uui-e2e-tests/e2e.Dockerfile +++ b/uui-e2e-tests/e2e.Dockerfile @@ -1,5 +1,5 @@ # The version of the base image must be in sync with the version of "@playwright/test" NPM package -FROM mcr.microsoft.com/playwright:v1.45.2-jammy +FROM mcr.microsoft.com/playwright:v1.48.0-jammy WORKDIR /e2e diff --git a/uui-e2e-tests/package.json b/uui-e2e-tests/package.json index 8d12b4a37d..16a8ee6699 100644 --- a/uui-e2e-tests/package.json +++ b/uui-e2e-tests/package.json @@ -23,7 +23,7 @@ "print-error": "ts-node scripts/cmd/cmdPrintError.ts" }, "dependencies": { - "@playwright/test": "1.45.2", + "@playwright/test": "1.48.0", "@types/node": "*", "address": "2.0.2", "cross-env": "^7.0.3", diff --git a/uui-e2e-tests/playwright.config.ts b/uui-e2e-tests/playwright.config.ts index c1aa6cd194..87b6b05a6e 100644 --- a/uui-e2e-tests/playwright.config.ts +++ b/uui-e2e-tests/playwright.config.ts @@ -65,7 +65,7 @@ export default defineConfig({ }, testMatch: [ 'tests/previewTests/*.e2e.ts', - 'tests/docExampleTests/**/*.e2e.ts', + 'tests/Integration/**/*.e2e.ts', ], }, { @@ -75,7 +75,7 @@ export default defineConfig({ }, testMatch: [ 'tests/previewTests/*.e2e.ts', - 'tests/docExampleTests/**/*.e2e.ts', + 'tests/Integration/**/*.e2e.ts', ], }, { @@ -84,7 +84,7 @@ export default defineConfig({ ...devices['Desktop Firefox'], }, testMatch: [ - 'tests/docExampleTests/**/*.e2e.ts', + 'tests/Integration/**/*.e2e.ts', ], }, ].filter(({ name }) => { diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-01-focus-input.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-01-focus-input.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-01-focus-input.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-01-focus-input.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-02-focus-search.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-02-focus-search.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-02-focus-search.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-02-focus-search.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-03-search-results.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-03-search-results.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-03-search-results.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-03-search-results.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-04-option-france-focused.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-04-option-france-focused.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-04-option-france-focused.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-04-option-france-focused.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-05-option-france-checked.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-05-option-france-checked.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-05-option-france-checked.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-05-option-france-checked.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-07-france-selected.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-07-france-selected.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-07-france-selected.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-07-france-selected.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-08-focus-outside.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-08-focus-outside.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-08-focus-outside.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-08-focus-outside.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-09-focus-input.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-09-focus-input.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-09-focus-input.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-09-focus-input.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-10-focus-search.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-10-focus-search.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-10-focus-search.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-10-focus-search.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-11-search-results.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-11-search-results.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-11-search-results.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-11-search-results.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-12-option-garges-focused.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-12-option-garges-focused.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-12-option-garges-focused.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-12-option-garges-focused.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-15-search-results.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-15-search-results.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-15-search-results.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-15-search-results.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-20-cleared.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-20-cleared.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-20-cleared.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-20-cleared.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-21-focus-input.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-21-focus-input.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-21-focus-input.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-21-focus-input.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-22-focus-outside.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-22-focus-outside.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-22-focus-outside.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/chromium/pickerInput-LazyTreeInput-step-22-focus-outside.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-01-focus-input.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-01-focus-input.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-01-focus-input.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-01-focus-input.png diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-02-focus-search.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-02-focus-search.png new file mode 100644 index 0000000000..ed217004d8 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-02-focus-search.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-03-search-results.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-03-search-results.png new file mode 100644 index 0000000000..1157008028 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-03-search-results.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-04-option-france-focused.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-04-option-france-focused.png new file mode 100644 index 0000000000..910fed2519 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-04-option-france-focused.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-05-option-france-checked.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-05-option-france-checked.png new file mode 100644 index 0000000000..1915b479bd Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-05-option-france-checked.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png new file mode 100644 index 0000000000..7f9f08462a Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-07-france-selected.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-07-france-selected.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-07-france-selected.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-07-france-selected.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-08-focus-outside.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-08-focus-outside.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-08-focus-outside.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-08-focus-outside.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-09-focus-input.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-09-focus-input.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-09-focus-input.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-09-focus-input.png diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-10-focus-search.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-10-focus-search.png new file mode 100644 index 0000000000..7f9f08462a Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-10-focus-search.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-11-search-results.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-11-search-results.png new file mode 100644 index 0000000000..bb051fc7b3 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-11-search-results.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-12-option-garges-focused.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-12-option-garges-focused.png new file mode 100644 index 0000000000..ba71498377 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-12-option-garges-focused.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png new file mode 100644 index 0000000000..f4d4e19c53 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png new file mode 100644 index 0000000000..ae48db1204 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-15-search-results.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-15-search-results.png new file mode 100644 index 0000000000..54a91c423e Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-15-search-results.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png new file mode 100644 index 0000000000..ae48db1204 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png new file mode 100644 index 0000000000..a1f815c674 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png new file mode 100644 index 0000000000..155a977ece Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png new file mode 100644 index 0000000000..89c1127ec4 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-20-cleared.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-20-cleared.png new file mode 100644 index 0000000000..ed217004d8 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-20-cleared.png differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-21-focus-input.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-21-focus-input.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-21-focus-input.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-21-focus-input.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-22-focus-outside.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-22-focus-outside.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-22-focus-outside.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-22-focus-outside.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-01-focus-input.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-01-focus-input.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-01-focus-input.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-01-focus-input.png diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-02-focus-search.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-02-focus-search.png new file mode 100644 index 0000000000..67eb18578e Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-02-focus-search.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-03-search-results.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-03-search-results.png new file mode 100644 index 0000000000..e714bf41e2 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-03-search-results.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-04-option-france-focused.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-04-option-france-focused.png new file mode 100644 index 0000000000..8ab27d8ecb Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-04-option-france-focused.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-05-option-france-checked.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-05-option-france-checked.png new file mode 100644 index 0000000000..68fe8e2b0c Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-05-option-france-checked.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png new file mode 100644 index 0000000000..cc290360ca Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-07-france-selected.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-07-france-selected.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-07-france-selected.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-07-france-selected.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-08-focus-outside.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-08-focus-outside.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-08-focus-outside.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-08-focus-outside.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-09-focus-input.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-09-focus-input.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-09-focus-input.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-09-focus-input.png diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-10-focus-search.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-10-focus-search.png new file mode 100644 index 0000000000..cc290360ca Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-10-focus-search.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-11-search-results.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-11-search-results.png new file mode 100644 index 0000000000..b61a83d1d8 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-11-search-results.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-12-option-garges-focused.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-12-option-garges-focused.png new file mode 100644 index 0000000000..6381ff20cc Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-12-option-garges-focused.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png new file mode 100644 index 0000000000..219b7cb568 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png new file mode 100644 index 0000000000..1a57b3b8ee Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-15-search-results.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-15-search-results.png new file mode 100644 index 0000000000..3fb3e92a12 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-15-search-results.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png new file mode 100644 index 0000000000..1a57b3b8ee Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png new file mode 100644 index 0000000000..3f9d6f004f Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png new file mode 100644 index 0000000000..d3f76f0fd3 Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png new file mode 100644 index 0000000000..24e451b22e Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png differ diff --git a/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-20-cleared.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-20-cleared.png new file mode 100644 index 0000000000..67eb18578e Binary files /dev/null and b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-20-cleared.png differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-21-focus-input.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-21-focus-input.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-21-focus-input.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-21-focus-input.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-22-focus-outside.png b/uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-22-focus-outside.png similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-22-focus-outside.png rename to uui-e2e-tests/tests/Integration/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-22-focus-outside.png diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/pickerInput.e2e.ts b/uui-e2e-tests/tests/Integration/pickerInput/pickerInput.e2e.ts similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/pickerInput/pickerInput.e2e.ts rename to uui-e2e-tests/tests/Integration/pickerInput/pickerInput.e2e.ts diff --git a/uui-e2e-tests/tests/docExampleTests/testUtils.ts b/uui-e2e-tests/tests/Integration/testUtils.ts similarity index 100% rename from uui-e2e-tests/tests/docExampleTests/testUtils.ts rename to uui-e2e-tests/tests/Integration/testUtils.ts diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-02-focus-search.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-02-focus-search.png deleted file mode 100644 index b6809763f5..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-02-focus-search.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-03-search-results.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-03-search-results.png deleted file mode 100644 index f8a83b66ae..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-03-search-results.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-04-option-france-focused.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-04-option-france-focused.png deleted file mode 100644 index 75b7bbeda9..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-04-option-france-focused.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-05-option-france-checked.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-05-option-france-checked.png deleted file mode 100644 index e98ba650f3..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-05-option-france-checked.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png deleted file mode 100644 index ab79ecdda2..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-10-focus-search.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-10-focus-search.png deleted file mode 100644 index ab79ecdda2..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-10-focus-search.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-11-search-results.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-11-search-results.png deleted file mode 100644 index ae10a343d8..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-11-search-results.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-12-option-garges-focused.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-12-option-garges-focused.png deleted file mode 100644 index b8bdb9afda..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-12-option-garges-focused.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png deleted file mode 100644 index 18666daf49..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png deleted file mode 100644 index d0845b3918..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-15-search-results.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-15-search-results.png deleted file mode 100644 index d1f02a30a0..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-15-search-results.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png deleted file mode 100644 index d0845b3918..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png deleted file mode 100644 index 247cecaf33..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png deleted file mode 100644 index ddc7d4a774..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png deleted file mode 100644 index 9abd9b4b08..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-20-cleared.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-20-cleared.png deleted file mode 100644 index b6809763f5..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/firefox/pickerInput-LazyTreeInput-step-20-cleared.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-02-focus-search.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-02-focus-search.png deleted file mode 100644 index 5754820b13..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-02-focus-search.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-03-search-results.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-03-search-results.png deleted file mode 100644 index 5852a81886..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-03-search-results.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-04-option-france-focused.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-04-option-france-focused.png deleted file mode 100644 index 37cb8e6a4a..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-04-option-france-focused.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-05-option-france-checked.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-05-option-france-checked.png deleted file mode 100644 index 998dd43ecb..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-05-option-france-checked.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png deleted file mode 100644 index df09cf6b7c..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-06-option-europe-checked-mixed.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-10-focus-search.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-10-focus-search.png deleted file mode 100644 index df09cf6b7c..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-10-focus-search.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-11-search-results.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-11-search-results.png deleted file mode 100644 index 754cd22501..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-11-search-results.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-12-option-garges-focused.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-12-option-garges-focused.png deleted file mode 100644 index ba3b828429..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-12-option-garges-focused.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png deleted file mode 100644 index 65468f7460..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-13-option-garges-unchecked.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png deleted file mode 100644 index 0bf1cf5409..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-14-option-europe-checked-mixed.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-15-search-results.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-15-search-results.png deleted file mode 100644 index 4a60cc4069..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-15-search-results.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png deleted file mode 100644 index 0bf1cf5409..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-16-option-europe-checked-mixed.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png deleted file mode 100644 index c2fb0d6b2b..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-17-focus-only-selected-switch.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png deleted file mode 100644 index 16996c6dfc..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-18-only-selected-search-results.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png deleted file mode 100644 index 511fa78e4f..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-19-focus-clear-all-button.png and /dev/null differ diff --git a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-20-cleared.png b/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-20-cleared.png deleted file mode 100644 index 5754820b13..0000000000 Binary files a/uui-e2e-tests/tests/docExampleTests/pickerInput/__screenshots__/linux/webkit/pickerInput-LazyTreeInput-step-20-cleared.png and /dev/null differ diff --git a/yarn.lock b/yarn.lock index 4f677d729a..3654be8c32 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2983,12 +2983,12 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== -"@playwright/test@1.45.2": - version "1.45.2" - resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.45.2.tgz#e1b8512e20916720de1c5f5e89a362a252ea78ca" - integrity sha512-JxG9eq92ET75EbVi3s+4sYbcG7q72ECeZNbdBlaMkGcNbiDQ4cAi8U2QP5oKkOx+1gpaiL1LDStmzCaEM1Z6fQ== +"@playwright/test@1.48.0": + version "1.48.0" + resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.48.0.tgz#4b81434a3ca75e2a6f82a645287784223a45434c" + integrity sha512-W5lhqPUVPqhtc/ySvZI5Q8X2ztBOUgZ8LbAFy0JQgrXZs2xaILrUcNO3rQjwbLPfGK13+rZsDa1FpG+tqYkT5w== dependencies: - playwright "1.45.2" + playwright "1.48.0" "@pmmmwh/react-refresh-webpack-plugin@^0.5.3": version "0.5.11" @@ -13634,17 +13634,17 @@ platform@^1.3.3: resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7" integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg== -playwright-core@1.45.2: - version "1.45.2" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.45.2.tgz#c8b8b7f66eda47fb2bd24e5435c92d1163022df8" - integrity sha512-ha175tAWb0dTK0X4orvBIqi3jGEt701SMxMhyujxNrgd8K0Uy5wMSwwcQHtyB4om7INUkfndx02XnQ2p6dvLDw== +playwright-core@1.48.0: + version "1.48.0" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.48.0.tgz#34d209dd4aba8fccd4a96116f1c4f7630f868722" + integrity sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA== -playwright@1.45.2: - version "1.45.2" - resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.45.2.tgz#21082072120a2c8a7e3bbb2792e81e8aa367b7a7" - integrity sha512-ReywF2t/0teRvNBpfIgh5e4wnrI/8Su8ssdo5XsQKpjxJj+jspm00jSoz9BTg91TT0c9HRjXO7LBNVrgYj9X0g== +playwright@1.48.0: + version "1.48.0" + resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.48.0.tgz#00855d9a25f1991d422867f1c32af5d90f457b48" + integrity sha512-qPqFaMEHuY/ug8o0uteYJSRfMGFikhUysk8ZvAtfKmUK3kc/6oNl/y3EczF8OFGYIi/Ex2HspMfzYArk6+XQSA== dependencies: - playwright-core "1.45.2" + playwright-core "1.48.0" optionalDependencies: fsevents "2.3.2" @@ -16291,7 +16291,16 @@ string-natural-compare@^3.0.1: resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4" integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw== -"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0": + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -16394,7 +16403,14 @@ stringify-object@^3.3.0: is-obj "^1.0.1" is-regexp "^1.0.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -18294,8 +18310,7 @@ workbox-window@6.6.1: "@types/trusted-types" "^2.0.2" workbox-core "6.6.1" -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: - name wrap-ansi-cjs +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -18313,6 +18328,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"