From c7c45e017a108d845d77790682bcc4c55afcf322 Mon Sep 17 00:00:00 2001 From: Iku-turso Date: Fri, 30 Sep 2022 10:58:59 +0300 Subject: [PATCH] Update snapshots after rebase Co-authored-by: Janne Savolainen Signed-off-by: Iku-turso --- ...acters-in-page-registrations.test.tsx.snap | 5 +-- .../navigate-to-extension-page.test.tsx.snap | 5 +-- ...ation-using-application-menu.test.tsx.snap | 7 ++-- .../installing-update.test.ts.snap | 30 ++++++-------- ...g-update-using-topbar-button.test.tsx.snap | 10 ++--- .../installing-update-using-tray.test.ts.snap | 30 ++++++-------- ...e-since-update-was-downloaded.test.ts.snap | 15 +++---- ...eriodical-checking-of-updates.test.ts.snap | 5 +-- ...selection-of-update-stability.test.ts.snap | 5 +-- .../keyboard-shortcuts.test.tsx.snap | 40 ++++++++----------- ...gation-using-application-menu.test.ts.snap | 5 +-- ...gation-using-application-menu.test.ts.snap | 5 +-- .../navigation-using-tray.test.ts.snap | 5 +-- ...-originating-from-extensions.test.tsx.snap | 5 +-- ...dability-using-extension-api.test.tsx.snap | 20 ++++------ ...gation-using-application-menu.test.ts.snap | 10 ++--- 16 files changed, 81 insertions(+), 121 deletions(-) diff --git a/src/features/__snapshots__/extension-special-characters-in-page-registrations.test.tsx.snap b/src/features/__snapshots__/extension-special-characters-in-page-registrations.test.tsx.snap index 88f53aaa3a..d755fa45fa 100644 --- a/src/features/__snapshots__/extension-special-characters-in-page-registrations.test.tsx.snap +++ b/src/features/__snapshots__/extension-special-characters-in-page-registrations.test.tsx.snap @@ -15,9 +15,8 @@ exports[`extension special characters in page registrations renders 1`] = ` class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your diff --git a/src/features/__snapshots__/navigate-to-extension-page.test.tsx.snap b/src/features/__snapshots__/navigate-to-extension-page.test.tsx.snap index 923b3df502..f65a451558 100644 --- a/src/features/__snapshots__/navigate-to-extension-page.test.tsx.snap +++ b/src/features/__snapshots__/navigate-to-extension-page.test.tsx.snap @@ -15,9 +15,8 @@ exports[`navigate to extension page renders 1`] = ` class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your diff --git a/src/features/add-cluster/__snapshots__/navigation-using-application-menu.test.tsx.snap b/src/features/add-cluster/__snapshots__/navigation-using-application-menu.test.tsx.snap index bf62184f33..eac92577ed 100644 --- a/src/features/add-cluster/__snapshots__/navigation-using-application-menu.test.tsx.snap +++ b/src/features/add-cluster/__snapshots__/navigation-using-application-menu.test.tsx.snap @@ -15,9 +15,8 @@ exports[`add-cluster - navigation using application menu renders 1`] = ` class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -316,7 +315,7 @@ exports[`add-cluster - navigation using application menu when navigating to add file. diff --git a/src/features/application-update/__snapshots__/installing-update.test.ts.snap b/src/features/application-update/__snapshots__/installing-update.test.ts.snap index 226e479136..1d7c144ad5 100644 --- a/src/features/application-update/__snapshots__/installing-update.test.ts.snap +++ b/src/features/application-update/__snapshots__/installing-update.test.ts.snap @@ -16,9 +16,8 @@ exports[`installing update when started renders 1`] = ` class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -237,9 +236,8 @@ exports[`installing update when started when user checks for updates renders 1`] class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -458,9 +456,8 @@ exports[`installing update when started when user checks for updates when new up class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -679,9 +676,8 @@ exports[`installing update when started when user checks for updates when new up class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -922,9 +918,8 @@ exports[`installing update when started when user checks for updates when new up class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -1165,9 +1160,8 @@ exports[`installing update when started when user checks for updates when no new class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your diff --git a/src/features/application-update/child-features/application-update-using-top-bar/__snapshots__/installing-update-using-topbar-button.test.tsx.snap b/src/features/application-update/child-features/application-update-using-top-bar/__snapshots__/installing-update-using-topbar-button.test.tsx.snap index f712f0eacd..a092af4468 100644 --- a/src/features/application-update/child-features/application-update-using-top-bar/__snapshots__/installing-update-using-topbar-button.test.tsx.snap +++ b/src/features/application-update/child-features/application-update-using-top-bar/__snapshots__/installing-update-using-topbar-button.test.tsx.snap @@ -16,9 +16,8 @@ exports[`encourage user to update when sufficient time passed since update was d class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -259,9 +258,8 @@ exports[`encourage user to update when sufficient time passed since update was d class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your diff --git a/src/features/application-update/child-features/application-update-using-tray/__snapshots__/installing-update-using-tray.test.ts.snap b/src/features/application-update/child-features/application-update-using-tray/__snapshots__/installing-update-using-tray.test.ts.snap index eaa2492f82..7f89d9932d 100644 --- a/src/features/application-update/child-features/application-update-using-tray/__snapshots__/installing-update-using-tray.test.ts.snap +++ b/src/features/application-update/child-features/application-update-using-tray/__snapshots__/installing-update-using-tray.test.ts.snap @@ -16,9 +16,8 @@ exports[`installing update using tray when started renders 1`] = ` class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -237,9 +236,8 @@ exports[`installing update using tray when started when user checks for updates class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -458,9 +456,8 @@ exports[`installing update using tray when started when user checks for updates class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -679,9 +676,8 @@ exports[`installing update using tray when started when user checks for updates class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -922,9 +918,8 @@ exports[`installing update using tray when started when user checks for updates class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -1165,9 +1160,8 @@ exports[`installing update using tray when started when user checks for updates class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your diff --git a/src/features/application-update/child-features/force-user-to-update-when-too-long-time-since-update-was-downloaded/__snapshots__/force-user-to-update-when-too-long-time-since-update-was-downloaded.test.ts.snap b/src/features/application-update/child-features/force-user-to-update-when-too-long-time-since-update-was-downloaded/__snapshots__/force-user-to-update-when-too-long-time-since-update-was-downloaded.test.ts.snap index 4f7064a385..ec70ad00a5 100644 --- a/src/features/application-update/child-features/force-user-to-update-when-too-long-time-since-update-was-downloaded/__snapshots__/force-user-to-update-when-too-long-time-since-update-was-downloaded.test.ts.snap +++ b/src/features/application-update/child-features/force-user-to-update-when-too-long-time-since-update-was-downloaded/__snapshots__/force-user-to-update-when-too-long-time-since-update-was-downloaded.test.ts.snap @@ -16,9 +16,8 @@ exports[`force user to update when too long since update was downloaded when app class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -259,9 +258,8 @@ exports[`force user to update when too long since update was downloaded when app class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -549,9 +547,8 @@ exports[`force user to update when too long since update was downloaded when app class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your diff --git a/src/features/application-update/child-features/periodical-checking-of-updates/__snapshots__/periodical-checking-of-updates.test.ts.snap b/src/features/application-update/child-features/periodical-checking-of-updates/__snapshots__/periodical-checking-of-updates.test.ts.snap index f3f9995263..36e52e2d5f 100644 --- a/src/features/application-update/child-features/periodical-checking-of-updates/__snapshots__/periodical-checking-of-updates.test.ts.snap +++ b/src/features/application-update/child-features/periodical-checking-of-updates/__snapshots__/periodical-checking-of-updates.test.ts.snap @@ -16,9 +16,8 @@ exports[`periodical checking of updates given updater is enabled and configurati class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your diff --git a/src/features/application-update/child-features/selection-of-update-stability/__snapshots__/selection-of-update-stability.test.ts.snap b/src/features/application-update/child-features/selection-of-update-stability/__snapshots__/selection-of-update-stability.test.ts.snap index c884e31d5f..253dedc1df 100644 --- a/src/features/application-update/child-features/selection-of-update-stability/__snapshots__/selection-of-update-stability.test.ts.snap +++ b/src/features/application-update/child-features/selection-of-update-stability/__snapshots__/selection-of-update-stability.test.ts.snap @@ -16,9 +16,8 @@ exports[`selection of update stability when started renders 1`] = ` class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your diff --git a/src/features/command-pallet/__snapshots__/keyboard-shortcuts.test.tsx.snap b/src/features/command-pallet/__snapshots__/keyboard-shortcuts.test.tsx.snap index 8a5bd71d0d..2217f50a3d 100644 --- a/src/features/command-pallet/__snapshots__/keyboard-shortcuts.test.tsx.snap +++ b/src/features/command-pallet/__snapshots__/keyboard-shortcuts.test.tsx.snap @@ -50,9 +50,8 @@ exports[`Command Pallet: keyboard shortcut tests when on linux renders 1`] = ` class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -362,9 +361,8 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing ESC class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -674,9 +672,8 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -998,9 +995,8 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -1276,9 +1272,8 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS renders 1`] = ` class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -1497,9 +1492,8 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing ESC class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -1718,9 +1712,8 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing SHI class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -1951,9 +1944,8 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing SHI class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your diff --git a/src/features/extensions/__snapshots__/navigation-using-application-menu.test.ts.snap b/src/features/extensions/__snapshots__/navigation-using-application-menu.test.ts.snap index a3f8413f52..8ae6659d81 100644 --- a/src/features/extensions/__snapshots__/navigation-using-application-menu.test.ts.snap +++ b/src/features/extensions/__snapshots__/navigation-using-application-menu.test.ts.snap @@ -15,9 +15,8 @@ exports[`extensions - navigation using application menu renders 1`] = ` class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your diff --git a/src/features/preferences/__snapshots__/navigation-using-application-menu.test.ts.snap b/src/features/preferences/__snapshots__/navigation-using-application-menu.test.ts.snap index ff29f5fb0c..491ae26b0d 100644 --- a/src/features/preferences/__snapshots__/navigation-using-application-menu.test.ts.snap +++ b/src/features/preferences/__snapshots__/navigation-using-application-menu.test.ts.snap @@ -15,9 +15,8 @@ exports[`preferences - navigation using application menu renders 1`] = ` class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your diff --git a/src/features/preferences/__snapshots__/navigation-using-tray.test.ts.snap b/src/features/preferences/__snapshots__/navigation-using-tray.test.ts.snap index 5697fa20e2..3eae69a5ae 100644 --- a/src/features/preferences/__snapshots__/navigation-using-tray.test.ts.snap +++ b/src/features/preferences/__snapshots__/navigation-using-tray.test.ts.snap @@ -16,9 +16,8 @@ exports[`show-about-using-tray renders 1`] = ` class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your diff --git a/src/features/status-bar/__snapshots__/status-bar-items-originating-from-extensions.test.tsx.snap b/src/features/status-bar/__snapshots__/status-bar-items-originating-from-extensions.test.tsx.snap index 9250fdf9bf..ea7ac99ae2 100644 --- a/src/features/status-bar/__snapshots__/status-bar-items-originating-from-extensions.test.tsx.snap +++ b/src/features/status-bar/__snapshots__/status-bar-items-originating-from-extensions.test.tsx.snap @@ -16,9 +16,8 @@ exports[`status-bar-items-originating-from-extensions when application starts wh class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your diff --git a/src/features/top-bar/extension-api/__snapshots__/extendability-using-extension-api.test.tsx.snap b/src/features/top-bar/extension-api/__snapshots__/extendability-using-extension-api.test.tsx.snap index 0e2d9a5c23..7affd72bf1 100644 --- a/src/features/top-bar/extension-api/__snapshots__/extendability-using-extension-api.test.tsx.snap +++ b/src/features/top-bar/extension-api/__snapshots__/extendability-using-extension-api.test.tsx.snap @@ -16,9 +16,8 @@ exports[`extendability-using-extension-api given an extension with a weakly type class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -236,9 +235,8 @@ exports[`extendability-using-extension-api given an extension with top-bar items class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -465,9 +463,8 @@ exports[`extendability-using-extension-api given an extension with top-bar items class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -685,9 +682,8 @@ exports[`extendability-using-extension-api renders 1`] = ` class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your diff --git a/src/features/welcome/__snapshots__/navigation-using-application-menu.test.ts.snap b/src/features/welcome/__snapshots__/navigation-using-application-menu.test.ts.snap index 6e2a85d63b..68e843396f 100644 --- a/src/features/welcome/__snapshots__/navigation-using-application-menu.test.ts.snap +++ b/src/features/welcome/__snapshots__/navigation-using-application-menu.test.ts.snap @@ -15,9 +15,8 @@ exports[`welcome - navigation using application menu renders 1`] = ` class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your @@ -893,9 +892,8 @@ exports[`welcome - navigation using application menu when navigated somewhere el class="preventedDragging" >

- Welcome to OpenLens! + Welcome to some-product-name!

To get you started we have auto-detected your clusters in your