mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Update unit test expectations
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
e3a80d40bb
commit
2f12b78a40
@ -132,7 +132,7 @@ describe("opening application window using tray", () => {
|
||||
});
|
||||
|
||||
it("starts loading of content for the application window", () => {
|
||||
expect(callForApplicationWindowHtmlMock).toHaveBeenCalledWith("https://lens.app:42");
|
||||
expect(callForApplicationWindowHtmlMock).toHaveBeenCalledWith("https://lens.app:9090");
|
||||
});
|
||||
|
||||
describe("given static HTML of application window has not resolved yet, when opening from tray again", () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user