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:
parent
552df3155b
commit
558d39d65d
@ -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
|
||||
|
||||
@ -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 () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user