Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ describe(
});

//Skipping due to open bug #16870
it.skip("8. Bug # 16870 - Verify validation error in default selected values", () => {
it("8. Bug # 16870 - Verify validation error in default selected values", () => {
EditorNavigation.SelectEntityByName("NewMultiSelect", EntityType.Widget);

propPane.MoveToTab("Content");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ describe(
});

// 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
3 changes: 2 additions & 1 deletion app/client/cypress/limited-tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 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
cypress/e2e/Regression/ClientSide/Widgets/Multiselect/MultiSelect5_spec.ts

# For running all specs - uncomment below:
#cypress/e2e/**/**/*
Expand Down