mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
833 lines
18 KiB
Plaintext
833 lines
18 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`installing update using tray when started renders 1`] = `
|
|
<body>
|
|
<div>
|
|
<div
|
|
class="topBar"
|
|
>
|
|
<div
|
|
class="items"
|
|
>
|
|
<i
|
|
class="Icon material interactive focusable"
|
|
data-testid="home-button"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="home"
|
|
>
|
|
home
|
|
</span>
|
|
</i>
|
|
<i
|
|
class="Icon material interactive disabled focusable"
|
|
data-testid="history-back"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="arrow_back"
|
|
>
|
|
arrow_back
|
|
</span>
|
|
</i>
|
|
<i
|
|
class="Icon material interactive disabled focusable"
|
|
data-testid="history-forward"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="arrow_forward"
|
|
>
|
|
arrow_forward
|
|
</span>
|
|
</i>
|
|
</div>
|
|
<div
|
|
class="items"
|
|
/>
|
|
</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="topBar"
|
|
>
|
|
<div
|
|
class="items"
|
|
>
|
|
<i
|
|
class="Icon material interactive focusable"
|
|
data-testid="home-button"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="home"
|
|
>
|
|
home
|
|
</span>
|
|
</i>
|
|
<i
|
|
class="Icon material interactive disabled focusable"
|
|
data-testid="history-back"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="arrow_back"
|
|
>
|
|
arrow_back
|
|
</span>
|
|
</i>
|
|
<i
|
|
class="Icon material interactive disabled focusable"
|
|
data-testid="history-forward"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="arrow_forward"
|
|
>
|
|
arrow_forward
|
|
</span>
|
|
</i>
|
|
</div>
|
|
<div
|
|
class="items"
|
|
/>
|
|
</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_43"
|
|
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="topBar"
|
|
>
|
|
<div
|
|
class="items"
|
|
>
|
|
<i
|
|
class="Icon material interactive focusable"
|
|
data-testid="home-button"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="home"
|
|
>
|
|
home
|
|
</span>
|
|
</i>
|
|
<i
|
|
class="Icon material interactive disabled focusable"
|
|
data-testid="history-back"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="arrow_back"
|
|
>
|
|
arrow_back
|
|
</span>
|
|
</i>
|
|
<i
|
|
class="Icon material interactive disabled focusable"
|
|
data-testid="history-forward"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="arrow_forward"
|
|
>
|
|
arrow_forward
|
|
</span>
|
|
</i>
|
|
</div>
|
|
<div
|
|
class="items"
|
|
/>
|
|
</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_181"
|
|
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_184"
|
|
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="topBar"
|
|
>
|
|
<div
|
|
class="items"
|
|
>
|
|
<i
|
|
class="Icon material interactive focusable"
|
|
data-testid="home-button"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="home"
|
|
>
|
|
home
|
|
</span>
|
|
</i>
|
|
<i
|
|
class="Icon material interactive disabled focusable"
|
|
data-testid="history-back"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="arrow_back"
|
|
>
|
|
arrow_back
|
|
</span>
|
|
</i>
|
|
<i
|
|
class="Icon material interactive disabled focusable"
|
|
data-testid="history-forward"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="arrow_forward"
|
|
>
|
|
arrow_forward
|
|
</span>
|
|
</i>
|
|
<button
|
|
class="updateButton"
|
|
data-testid="update-button"
|
|
data-warning-level="light"
|
|
id="update-lens-button"
|
|
>
|
|
Update
|
|
<i
|
|
class="Icon icon material focusable"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="arrow_drop_down"
|
|
>
|
|
arrow_drop_down
|
|
</span>
|
|
</i>
|
|
</button>
|
|
</div>
|
|
<div
|
|
class="items"
|
|
/>
|
|
</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_268"
|
|
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_271"
|
|
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_277"
|
|
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="topBar"
|
|
>
|
|
<div
|
|
class="items"
|
|
>
|
|
<i
|
|
class="Icon material interactive focusable"
|
|
data-testid="home-button"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="home"
|
|
>
|
|
home
|
|
</span>
|
|
</i>
|
|
<i
|
|
class="Icon material interactive disabled focusable"
|
|
data-testid="history-back"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="arrow_back"
|
|
>
|
|
arrow_back
|
|
</span>
|
|
</i>
|
|
<i
|
|
class="Icon material interactive disabled focusable"
|
|
data-testid="history-forward"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="arrow_forward"
|
|
>
|
|
arrow_forward
|
|
</span>
|
|
</i>
|
|
<button
|
|
class="updateButton"
|
|
data-testid="update-button"
|
|
data-warning-level="light"
|
|
id="update-lens-button"
|
|
>
|
|
Update
|
|
<i
|
|
class="Icon icon material focusable"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="arrow_drop_down"
|
|
>
|
|
arrow_drop_down
|
|
</span>
|
|
</i>
|
|
</button>
|
|
</div>
|
|
<div
|
|
class="items"
|
|
/>
|
|
</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_335"
|
|
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_338"
|
|
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="topBar"
|
|
>
|
|
<div
|
|
class="items"
|
|
>
|
|
<i
|
|
class="Icon material interactive focusable"
|
|
data-testid="home-button"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="home"
|
|
>
|
|
home
|
|
</span>
|
|
</i>
|
|
<i
|
|
class="Icon material interactive disabled focusable"
|
|
data-testid="history-back"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="arrow_back"
|
|
>
|
|
arrow_back
|
|
</span>
|
|
</i>
|
|
<i
|
|
class="Icon material interactive disabled focusable"
|
|
data-testid="history-forward"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="arrow_forward"
|
|
>
|
|
arrow_forward
|
|
</span>
|
|
</i>
|
|
</div>
|
|
<div
|
|
class="items"
|
|
/>
|
|
</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_104"
|
|
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_107"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
class="icon"
|
|
data-icon-name="close"
|
|
>
|
|
close
|
|
</span>
|
|
</i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
`;
|