mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Enable skipped unit test since prerequisites are done
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
d28d051175
commit
f7b77d113b
@ -115,7 +115,7 @@ describe("installing update", () => {
|
|||||||
expect(rendered.baseElement).toMatchSnapshot();
|
expect(rendered.baseElement).toMatchSnapshot();
|
||||||
});
|
});
|
||||||
|
|
||||||
it.skip("when 5 seconds elapses, clears the notification to the user", () => {
|
it("when 5 seconds elapses, clears the notification to the user", () => {
|
||||||
advanceFakeTime(6000);
|
advanceFakeTime(6000);
|
||||||
|
|
||||||
expect(rendered.getByTestId("app-update-idle")).toBeInTheDocument();
|
expect(rendered.getByTestId("app-update-idle")).toBeInTheDocument();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user