mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix expected URL
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
6dd926a0ce
commit
cfad2c01b9
@ -134,7 +134,7 @@ describe("opening application window using tray", () => {
|
||||
});
|
||||
|
||||
it("starts loading of content for the application window", () => {
|
||||
expect(callForApplicationWindowHtmlMock).toHaveBeenCalledWith(matches((val) => val.startsWith("http://lens.app:")));
|
||||
expect(callForApplicationWindowHtmlMock).toHaveBeenCalledWith(matches((val) => val.startsWith("https://lens.app:")));
|
||||
});
|
||||
|
||||
describe("given static HTML of application window has not resolved yet, when opening from tray again", () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user