docs(editor): All buttons to sentence case (no-changelog) (#8399)

This commit is contained in:
Giulio Andreini
2024-01-22 09:20:02 +01:00
committed by GitHub
parent 9883eda42e
commit f4f496ae85
23 changed files with 55 additions and 55 deletions

View File

@@ -308,7 +308,7 @@ describe('Node Creator', () => {
nodeCreatorFeature.getters.getCategoryItem('Actions').click();
nodeCreatorFeature.getters.getCreatorItem('Create a credential').click();
NDVModal.actions.close();
WorkflowPage.actions.deleteNode('When clicking "Test Workflow"');
WorkflowPage.actions.deleteNode('When clicking "Test workflow"');
WorkflowPage.getters.canvasNodePlusEndpointByName('n8n').click();
nodeCreatorFeature.getters.searchBar().find('input').clear().type('n8n');
nodeCreatorFeature.getters.getCreatorItem('n8n').click();