// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`installing update using tray when started renders 1`] = `
`; exports[`installing update using tray when started when user checks for updates using tray renders 1`] = `
info_outline
Checking for updates...
close
`; exports[`installing update using tray when started when user checks for updates using tray when new update is discovered renders 1`] = `
info_outline
Checking for updates...
close
info_outline
Download for version some-version started...
close
`; exports[`installing update using tray when started when user checks for updates using tray when new update is discovered when download fails renders 1`] = `
info_outline
Checking for updates...
close
info_outline
Download for version some-version started...
close
info_outline
Download of update failed
close
`; exports[`installing update using tray when started when user checks for updates using tray when new update is discovered when download succeeds renders 1`] = `
info_outline
Checking for updates...
close
info_outline
Download for version some-version started...
close
info_outline
Update Available

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.

close
`; exports[`installing update using tray when started when user checks for updates using tray when no new update is discovered renders 1`] = `
info_outline
Checking for updates...
close
info_outline
No new updates available
close
`;