Skip to content

Commit

Permalink
test: fix tabs skipped test CE
Browse files Browse the repository at this point in the history
  • Loading branch information
“NandanAnantharamu” committed Oct 23, 2024
1 parent 203b322 commit 2b2effc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion app/client/cypress/limited-tests.txt
Original file line number Diff line number Diff line change
@@ -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/**/**/*
Expand Down

0 comments on commit 2b2effc

Please sign in to comment.