1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Improve name of test

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-05-20 14:29:31 +03:00
parent 552df3155b
commit 558d39d65d
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A
2 changed files with 7 additions and 7 deletions

View File

@ -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`] = `
<body>
<div>
<div
@ -10,7 +10,7 @@ exports[`installing update using tray given no update is already downloaded, and
</body>
`;
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`] = `
<body>
<div>
<div
@ -61,7 +61,7 @@ exports[`installing update using tray given no update is already downloaded, and
</body>
`;
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`] = `
<body>
<div>
<div
@ -152,7 +152,7 @@ exports[`installing update using tray given no update is already downloaded, and
</body>
`;
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`] = `
<body>
<div>
<div
@ -283,7 +283,7 @@ exports[`installing update using tray given no update is already downloaded, and
</body>
`;
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`] = `
<body>
<div>
<div
@ -444,7 +444,7 @@ Lens should restart automatically, if it doesn't please restart manually. Instal
</body>
`;
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`] = `
<body>
<div>
<div

View File

@ -47,7 +47,7 @@ describe("installing update using tray", () => {
});
});
describe('given no update is already downloaded, and "latest" update channel is selected, when started', () => {
describe("when started", () => {
let rendered: RenderResult;
beforeEach(async () => {