Skip to content
Snippets Groups Projects
Unverified Commit 1d9c78bf authored by Jozef Marko's avatar Jozef Marko Committed by GitHub
Browse files

KOGITO-3909: Activate the DMN dirty indicator test (#611)

As the PR https://github.com/kiegroup/kogito-editors-java/pull/99 fixes the https://issues.redhat.com/browse/KOGITO-3909 we can activate the previosuly prepared test for dirty indicator on a DMN Editor, once a DMN data type is added to the diagram.
parent 69b6317a
Branches
Tags
No related merge requests found
......@@ -20,8 +20,7 @@ describe("Dmn Editable Data Type.", () => {
cy.loadEditors(["dmn-editable"]);
});
// Currently skipped due to https://issues.redhat.com/browse/KOGITO-3909
it.skip("Test Add New Data Type And Check Dirty Indicator", () => {
it("Test Add New Data Type And Check Dirty Indicator", () => {
cy.editor("dmn-editable").find("[data-field='kie-palette']").should("be.visible");
cy.editor("dmn-editable").ouiaId("editor-nav-tab", "Data Types", { timeout: 10000 }).should("be.visible").click();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment