From 558d39d65de8c555578fee8665d41d476863a6ec Mon Sep 17 00:00:00 2001 From: Janne Savolainen Date: Fri, 20 May 2022 14:29:31 +0300 Subject: [PATCH] Improve name of test Signed-off-by: Janne Savolainen --- .../installing-update-using-tray.test.ts.snap | 12 ++++++------ .../installing-update-using-tray.test.ts | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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 () => {