mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
refactor(editor): Reka UI inline text edit component (#15752)
This commit is contained in:
@@ -135,8 +135,7 @@ describe('WorkflowDetails', () => {
|
||||
},
|
||||
});
|
||||
|
||||
const workflowName = getByTestId('workflow-name-input');
|
||||
const workflowNameInput = workflowName.querySelector('input');
|
||||
const workflowNameInput = getByTestId('inline-edit-input');
|
||||
|
||||
expect(workflowNameInput).toHaveValue('Test Workflow');
|
||||
expect(getByText('tag1')).toBeInTheDocument();
|
||||
|
||||
Reference in New Issue
Block a user