mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
597 lines
14 KiB
Plaintext
597 lines
14 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`installing update using tray when started renders 1`] = `
|
|
<body>
|
|
<div>
|
|
<div
|
|
class="StatusBar"
|
|
>
|
|
<div
|
|
class="leftSide"
|
|
/>
|
|
<div
|
|
class="rightSide"
|
|
/>
|
|
</div>
|
|
<div
|
|
class="Notifications flex column align-flex-end"
|
|
/>
|
|
</div>
|
|
</body>
|
|
`;
|
|
|
|
exports[`installing update using tray when started when user checks for updates using tray renders 1`] = `
|
|
<body>
|
|
<div>
|
|
<div
|
|
class="StatusBar"
|
|
>
|
|
<div
|
|
class="leftSide"
|
|
/>
|
|
<div
|
|
class="rightSide"
|
|
/>
|
|
</div>
|
|
<div
|
|
class="Notifications flex column align-flex-end"
|
|
>
|
|
<div
|
|
class="Animate opacity notification flex info enter"
|
|
style="--enter-duration: 100ms; --leave-duration: 100ms;"
|
|
>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon material focusable"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="info_outline"
|
|
>
|
|
info_outline
|
|
</span>
|
|
</i>
|
|
</div>
|
|
<div
|
|
class="message box grow"
|
|
>
|
|
Checking for updates...
|
|
</div>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon close material interactive focusable"
|
|
data-testid="close-notification-for-notification_16"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="close"
|
|
>
|
|
close
|
|
</span>
|
|
</i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
`;
|
|
|
|
exports[`installing update using tray when started when user checks for updates using tray when new update is discovered renders 1`] = `
|
|
<body>
|
|
<div>
|
|
<div
|
|
class="StatusBar"
|
|
>
|
|
<div
|
|
class="leftSide"
|
|
/>
|
|
<div
|
|
class="rightSide"
|
|
/>
|
|
</div>
|
|
<div
|
|
class="Notifications flex column align-flex-end"
|
|
>
|
|
<div
|
|
class="Animate opacity notification flex info enter"
|
|
style="--enter-duration: 100ms; --leave-duration: 100ms;"
|
|
>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon material focusable"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="info_outline"
|
|
>
|
|
info_outline
|
|
</span>
|
|
</i>
|
|
</div>
|
|
<div
|
|
class="message box grow"
|
|
>
|
|
Checking for updates...
|
|
</div>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon close material interactive focusable"
|
|
data-testid="close-notification-for-notification_115"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="close"
|
|
>
|
|
close
|
|
</span>
|
|
</i>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="Animate opacity notification flex info enter"
|
|
style="--enter-duration: 100ms; --leave-duration: 100ms;"
|
|
>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon material focusable"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="info_outline"
|
|
>
|
|
info_outline
|
|
</span>
|
|
</i>
|
|
</div>
|
|
<div
|
|
class="message box grow"
|
|
>
|
|
Download for version some-version started...
|
|
</div>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon close material interactive focusable"
|
|
data-testid="close-notification-for-notification_118"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="close"
|
|
>
|
|
close
|
|
</span>
|
|
</i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
`;
|
|
|
|
exports[`installing update using tray when started when user checks for updates using tray when new update is discovered when download fails renders 1`] = `
|
|
<body>
|
|
<div>
|
|
<div
|
|
class="StatusBar"
|
|
>
|
|
<div
|
|
class="leftSide"
|
|
/>
|
|
<div
|
|
class="rightSide"
|
|
/>
|
|
</div>
|
|
<div
|
|
class="Notifications flex column align-flex-end"
|
|
>
|
|
<div
|
|
class="Animate opacity notification flex info enter"
|
|
style="--enter-duration: 100ms; --leave-duration: 100ms;"
|
|
>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon material focusable"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="info_outline"
|
|
>
|
|
info_outline
|
|
</span>
|
|
</i>
|
|
</div>
|
|
<div
|
|
class="message box grow"
|
|
>
|
|
Checking for updates...
|
|
</div>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon close material interactive focusable"
|
|
data-testid="close-notification-for-notification_183"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="close"
|
|
>
|
|
close
|
|
</span>
|
|
</i>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="Animate opacity notification flex info enter"
|
|
style="--enter-duration: 100ms; --leave-duration: 100ms;"
|
|
>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon material focusable"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="info_outline"
|
|
>
|
|
info_outline
|
|
</span>
|
|
</i>
|
|
</div>
|
|
<div
|
|
class="message box grow"
|
|
>
|
|
Download for version some-version started...
|
|
</div>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon close material interactive focusable"
|
|
data-testid="close-notification-for-notification_186"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="close"
|
|
>
|
|
close
|
|
</span>
|
|
</i>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="Animate opacity notification flex info enter"
|
|
style="--enter-duration: 100ms; --leave-duration: 100ms;"
|
|
>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon material focusable"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="info_outline"
|
|
>
|
|
info_outline
|
|
</span>
|
|
</i>
|
|
</div>
|
|
<div
|
|
class="message box grow"
|
|
>
|
|
Download of update failed
|
|
</div>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon close material interactive focusable"
|
|
data-testid="close-notification-for-notification_191"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="close"
|
|
>
|
|
close
|
|
</span>
|
|
</i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
`;
|
|
|
|
exports[`installing update using tray when started when user checks for updates using tray when new update is discovered when download succeeds renders 1`] = `
|
|
<body>
|
|
<div>
|
|
<div
|
|
class="StatusBar"
|
|
>
|
|
<div
|
|
class="leftSide"
|
|
/>
|
|
<div
|
|
class="rightSide"
|
|
/>
|
|
</div>
|
|
<div
|
|
class="Notifications flex column align-flex-end"
|
|
>
|
|
<div
|
|
class="Animate opacity notification flex info enter"
|
|
style="--enter-duration: 100ms; --leave-duration: 100ms;"
|
|
>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon material focusable"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="info_outline"
|
|
>
|
|
info_outline
|
|
</span>
|
|
</i>
|
|
</div>
|
|
<div
|
|
class="message box grow"
|
|
>
|
|
Checking for updates...
|
|
</div>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon close material interactive focusable"
|
|
data-testid="close-notification-for-notification_266"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="close"
|
|
>
|
|
close
|
|
</span>
|
|
</i>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="Animate opacity notification flex info enter"
|
|
style="--enter-duration: 100ms; --leave-duration: 100ms;"
|
|
>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon material focusable"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="info_outline"
|
|
>
|
|
info_outline
|
|
</span>
|
|
</i>
|
|
</div>
|
|
<div
|
|
class="message box grow"
|
|
>
|
|
Download for version some-version started...
|
|
</div>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon close material interactive focusable"
|
|
data-testid="close-notification-for-notification_269"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="close"
|
|
>
|
|
close
|
|
</span>
|
|
</i>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="Animate opacity notification flex info enter"
|
|
style="--enter-duration: 100ms; --leave-duration: 100ms;"
|
|
>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon material focusable"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="info_outline"
|
|
>
|
|
info_outline
|
|
</span>
|
|
</i>
|
|
</div>
|
|
<div
|
|
class="message box grow"
|
|
>
|
|
<div
|
|
class="flex column gaps"
|
|
data-testid="ask-boolean-some-irrelevant-random-id"
|
|
>
|
|
<b>
|
|
Update Available
|
|
</b>
|
|
<p>
|
|
Version some-version of Lens IDE is available and ready to be installed. Would you like to update now?
|
|
|
|
Lens should restart automatically, if it doesn't please restart manually. Installed extensions might require updating.
|
|
</p>
|
|
<div
|
|
class="flex gaps row align-left box grow"
|
|
>
|
|
<button
|
|
class="Button light"
|
|
data-testid="ask-boolean-some-irrelevant-random-id-button-yes"
|
|
type="button"
|
|
>
|
|
Yes
|
|
</button>
|
|
<button
|
|
class="Button active outlined"
|
|
data-testid="ask-boolean-some-irrelevant-random-id-button-no"
|
|
type="button"
|
|
>
|
|
No
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon close material interactive focusable"
|
|
data-testid="close-notification-for-ask-boolean-for-some-irrelevant-random-id"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="close"
|
|
>
|
|
close
|
|
</span>
|
|
</i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
`;
|
|
|
|
exports[`installing update using tray when started when user checks for updates using tray when no new update is discovered renders 1`] = `
|
|
<body>
|
|
<div>
|
|
<div
|
|
class="StatusBar"
|
|
>
|
|
<div
|
|
class="leftSide"
|
|
/>
|
|
<div
|
|
class="rightSide"
|
|
/>
|
|
</div>
|
|
<div
|
|
class="Notifications flex column align-flex-end"
|
|
>
|
|
<div
|
|
class="Animate opacity notification flex info enter"
|
|
style="--enter-duration: 100ms; --leave-duration: 100ms;"
|
|
>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon material focusable"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="info_outline"
|
|
>
|
|
info_outline
|
|
</span>
|
|
</i>
|
|
</div>
|
|
<div
|
|
class="message box grow"
|
|
>
|
|
Checking for updates...
|
|
</div>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon close material interactive focusable"
|
|
data-testid="close-notification-for-notification_59"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="close"
|
|
>
|
|
close
|
|
</span>
|
|
</i>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="Animate opacity notification flex info enter"
|
|
style="--enter-duration: 100ms; --leave-duration: 100ms;"
|
|
>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon material focusable"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="info_outline"
|
|
>
|
|
info_outline
|
|
</span>
|
|
</i>
|
|
</div>
|
|
<div
|
|
class="message box grow"
|
|
>
|
|
No new updates available
|
|
</div>
|
|
<div
|
|
class="box"
|
|
>
|
|
<i
|
|
class="Icon close material interactive focusable"
|
|
data-testid="close-notification-for-notification_62"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="close"
|
|
>
|
|
close
|
|
</span>
|
|
</i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
`;
|