fix: re-enable tests

This commit is contained in:
Alex Grozav 2023-07-26 14:23:13 +03:00
parent 03f00d0ffa
commit 74537bdb50

View file

@ -258,7 +258,7 @@ describe('Data mapping', () => {
.should('have.value', "input[0]['hello.world']['my count']");
});
it.only('maps expressions to updated fields correctly', () => {
it('maps expressions to updated fields correctly', () => {
cy.fixture('Test_workflow_3.json').then((data) => {
cy.get('body').paste(JSON.stringify(data));
});