From f7b77d113b3ad74e694e88c43aa6de3436f7438e Mon Sep 17 00:00:00 2001 From: Janne Savolainen Date: Fri, 1 Jul 2022 10:07:17 +0300 Subject: [PATCH] Enable skipped unit test since prerequisites are done Signed-off-by: Janne Savolainen --- src/behaviours/application-update/installing-update.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/behaviours/application-update/installing-update.test.ts b/src/behaviours/application-update/installing-update.test.ts index e784aac78c..666dbc1e4c 100644 --- a/src/behaviours/application-update/installing-update.test.ts +++ b/src/behaviours/application-update/installing-update.test.ts @@ -115,7 +115,7 @@ describe("installing update", () => { 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); expect(rendered.getByTestId("app-update-idle")).toBeInTheDocument();