test: cypress - commenting a test in Tab spec (#27916)
Skipping a test in this Tab regression spec
This commit is contained in:
parent
c8d661ab02
commit
02b4e02ffe
|
|
@ -178,7 +178,8 @@ describe("Tabs widget Tests", function () {
|
||||||
propPane.SelectPropertiesDropDown("height", "Auto Height");
|
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
|
// Verify font color picker opens up
|
||||||
propPane.MoveToTab("Style");
|
propPane.MoveToTab("Style");
|
||||||
agHelper.GetNClick(propPane._propertyControlColorPicker("accentcolor"));
|
agHelper.GetNClick(propPane._propertyControlColorPicker("accentcolor"));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user