Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
elsmr committed Nov 23, 2023
1 parent 2b5eda9 commit 63c270b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/5-ndv.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ describe('NDV', () => {
cy.get('@fetchParameterOptions').should('have.been.calledOnce');
});

it.only('should show node name and version in settings', () => {
it('should show node name and version in settings', () => {
cy.createFixtureWorkflow('Test_workflow_ndv_version.json', `NDV test version ${uuid()}`);

workflowPage.actions.openNode('Edit Fields (old)');
Expand Down

0 comments on commit 63c270b

Please sign in to comment.