Skip to content
Snippets Groups Projects
Unverified Commit 5f305ddf authored by Jessica DeWitt's avatar Jessica DeWitt Committed by GitHub
Browse files

skip test until issue is solved (#12929)

parent f8accbda
No related branches found
No related tags found
No related merge requests found
......@@ -142,10 +142,11 @@ describe("scenarios > admin > datamodel > field", () => {
cy.contains("Title");
});
it("lets you change to 'Custom mapping' and set custom values", () => {
it.skip("lets you change to 'Custom mapping' and set custom values (Issue #12771)", () => {
visitAlias("@ORDERS_QUANTITY_URL");
cy.contains("Use original value").click();
// *** Clicking this button starts a loop
cy.contains("Custom mapping").click();
cy.get('input[value="0"]')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment