test: cypress - commenting a test in Tab spec (#27916)

Skipping a test in this Tab regression spec
This commit is contained in:
NandanAnantharamu 2023-10-10 13:51:33 +05:30 committed by GitHub
parent c8d661ab02
commit 02b4e02ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"));