From 57782e33a95521d9b94320ffecc999ebcee14da1 Mon Sep 17 00:00:00 2001 From: AlekseyManetov Date: Thu, 24 Oct 2024 18:05:19 +0200 Subject: [PATCH] [e2e]: remove only --- uui-e2e-tests/tests/Integration/pickerInput/pickerInput.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uui-e2e-tests/tests/Integration/pickerInput/pickerInput.e2e.ts b/uui-e2e-tests/tests/Integration/pickerInput/pickerInput.e2e.ts index 45d9b3bdeb..e835f3b128 100644 --- a/uui-e2e-tests/tests/Integration/pickerInput/pickerInput.e2e.ts +++ b/uui-e2e-tests/tests/Integration/pickerInput/pickerInput.e2e.ts @@ -7,7 +7,7 @@ const OPTION_TEXT = { FRANCE_GARGES: 'Garges-lès-GonesseEurope / France', }; -test.only(DocExamplePath['pickerInput/LazyTreeInput'], async ({ pageWrapper }, testInfo) => { +test(DocExamplePath['pickerInput/LazyTreeInput'], async ({ pageWrapper }, testInfo) => { const { pageObject, expectScreenshot } = await setupDocExampleTest({ testInfo, pageWrapper,