Skip to content

Commit

Permalink
test: cypress - commenting a test in Tab spec (#27916)
Browse files Browse the repository at this point in the history
Skipping a test in this Tab regression spec
  • Loading branch information
NandanAnantharamu authored and trishaanand committed Oct 10, 2023
1 parent 70d8c41 commit 645263e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ describe("Tabs widget Tests", function () {
propPane.SelectPropertiesDropDown("height", "Auto Height");
});

it("7. Verify colors, borders and shadows", () => {
// to work on redesign of the test, commenting for now
it.skip("7. Verify colors, borders and shadows", () => {
// Verify font color picker opens up
propPane.MoveToTab("Style");
agHelper.GetNClick(propPane._propertyControlColorPicker("accentcolor"));
Expand Down

0 comments on commit 645263e

Please sign in to comment.