From 09e3e210683522c48fe7568ed2c66adc45a81780 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Thu, 3 Oct 2024 13:43:22 +0700 Subject: [PATCH] Remove only from tests Signed-off-by: Andrey Sobolev --- tests/sanity/tests/planning/plan.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sanity/tests/planning/plan.spec.ts b/tests/sanity/tests/planning/plan.spec.ts index b1014f984b..c152cc25f7 100644 --- a/tests/sanity/tests/planning/plan.spec.ts +++ b/tests/sanity/tests/planning/plan.spec.ts @@ -291,7 +291,7 @@ test.describe('Planning ToDo tests', () => { }) }) - test.only('ToDo labels are exist in Tag list', async ({ page }) => { + test('ToDo labels are exist in Tag list', async ({ page }) => { const planningPage = new PlanningPage(page) const planningNavigationMenuPage = new PlanningNavigationMenuPage(page)