diff --git a/src/behaviours/application-update/__snapshots__/installing-update-using-tray.test.ts.snap b/src/behaviours/application-update/__snapshots__/installing-update-using-tray.test.ts.snap index be68096f18..ddea0e46f1 100644 --- a/src/behaviours/application-update/__snapshots__/installing-update-using-tray.test.ts.snap +++ b/src/behaviours/application-update/__snapshots__/installing-update-using-tray.test.ts.snap @@ -1,6 +1,6 @@ // 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 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`] = ` +exports[`installing update using tray when started when user checks for updates using tray 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 when new update is discovered renders 1`] = ` +exports[`installing update using tray when started when user checks for updates using tray when new update is discovered 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 when new update is discovered when download fails renders 1`] = ` +exports[`installing update using tray when started when user checks for updates using tray when new update is discovered when download fails 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 when new update is discovered when download succeeds renders 1`] = ` +exports[`installing update using tray when started when user checks for updates using tray when new update is discovered when download succeeds 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 when no new update is discovered renders 1`] = ` +exports[`installing update using tray when started when user checks for updates using tray when no new update is discovered renders 1`] = `
{ }); }); - describe('given no update is already downloaded, and "latest" update channel is selected, when started', () => { + describe("when started", () => { let rendered: RenderResult; beforeEach(async () => {