From 2b2effc7b9228a2ad9de6b400f93b3edb8f26c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNandanAnantharamu=E2=80=9D?= <“nandan@thinkify.io”> Date: Wed, 23 Oct 2024 13:46:41 +0530 Subject: [PATCH] test: fix tabs skipped test CE --- .../e2e/Regression/ClientSide/Widgets/Tab/Tabs_2_spec.ts | 5 ++--- app/client/cypress/limited-tests.txt | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/client/cypress/e2e/Regression/ClientSide/Widgets/Tab/Tabs_2_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/Widgets/Tab/Tabs_2_spec.ts index 2dc84c08f04b..296687c5fbb1 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/Widgets/Tab/Tabs_2_spec.ts +++ b/app/client/cypress/e2e/Regression/ClientSide/Widgets/Tab/Tabs_2_spec.ts @@ -188,8 +188,7 @@ describe( propPane.SelectPropertiesDropDown("height", "Auto Height"); }); - // to work on redesign of the test, commenting for now - it.skip("7. Verify colors, borders and shadows", () => { + it("7. Verify colors, borders and shadows", () => { // Verify font color picker opens up propPane.MoveToTab("Style"); agHelper.GetNClick(propPane._propertyControlColorPicker("accentcolor")); @@ -223,7 +222,7 @@ describe( agHelper.AssertCSS( tabs._tabsWidgetStyle, "border-color", - "rgb(185, 28, 28)", + "rgb(113, 113, 122)", ); agHelper.AssertAttribute(propPane._colorPickerInput, "type", "text", 2); diff --git a/app/client/cypress/limited-tests.txt b/app/client/cypress/limited-tests.txt index 31c0c0253fef..7bd970c9c6ba 100644 --- a/app/client/cypress/limited-tests.txt +++ b/app/client/cypress/limited-tests.txt @@ -1,5 +1,5 @@ # To run only limited tests - give the spec names in below format: -cypress/e2e/Regression/ClientSide/Templates/Fork_Template_spec.js +cypress/e2e/Regression/ClientSide/Widgets/Tab/Tabs_2_spec.ts # For running all specs - uncomment below: #cypress/e2e/**/**/*