From 8648ebacf935de8f6ae80f36414366bfbe06bf48 Mon Sep 17 00:00:00 2001 From: Makito Date: Tue, 26 Nov 2024 17:40:47 +0800 Subject: [PATCH] chore: revert skipping the routes-expressions tests --- tests/playwright/specs/routes-expressions/01-Routes.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/specs/routes-expressions/01-Routes.spec.ts b/tests/playwright/specs/routes-expressions/01-Routes.spec.ts index 56d77e99..178966b4 100644 --- a/tests/playwright/specs/routes-expressions/01-Routes.spec.ts +++ b/tests/playwright/specs/routes-expressions/01-Routes.spec.ts @@ -10,7 +10,7 @@ const test = baseTest().extend<{ routeCreatePage: async ({ page }, use) => use(new RouteCreatePage(page)), }) -test.describe.skip('route creation page', () => { +test.describe('route creation page', () => { // We assume that Gateway used to run this test group against has router_flavor = expressions // Otherwise, we will make it fail here ... test.beforeAll(async () => {