// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`installing update using tray given no update is already downloaded, and "latest" update channel is selected, when started renders 1`] = `
`;
exports[`installing update using tray given no update is already downloaded, and "latest" update channel is selected, when started when user checks for updates using tray renders 1`] = `
info_outline
Checking for updates...
close
`;
exports[`installing update using tray given no update is already downloaded, and "latest" update channel is selected, 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 given no update is already downloaded, and "latest" update channel is selected, 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 given no update is already downloaded, and "latest" update channel is selected, 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?
close
`;
exports[`installing update using tray given no update is already downloaded, and "latest" update channel is selected, when started when user checks for updates using tray when no new update is discovered renders 1`] = `