mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix: re-enable tests
This commit is contained in:
parent
03f00d0ffa
commit
74537bdb50
|
@ -258,7 +258,7 @@ describe('Data mapping', () => {
|
||||||
.should('have.value', "input[0]['hello.world']['my count']");
|
.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.fixture('Test_workflow_3.json').then((data) => {
|
||||||
cy.get('body').paste(JSON.stringify(data));
|
cy.get('body').paste(JSON.stringify(data));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue