fix(editor): Format action names properly when action is not defined (#11030)

This commit is contained in:
Ricardo Espinoza
2024-10-02 08:16:33 -04:00
committed by GitHub
parent 74fa259b37
commit 9c43fb301d
6 changed files with 197 additions and 118 deletions

View File

@@ -65,7 +65,7 @@ describe('Resource Locator', () => {
});
it('should show appropriate errors when search filter is required', () => {
workflowPage.actions.addNodeToCanvas('Github', true, true, 'On Pull Request');
workflowPage.actions.addNodeToCanvas('Github', true, true, 'On pull request');
ndv.getters.resourceLocator('owner').should('be.visible');
ndv.getters.resourceLocatorInput('owner').click();
ndv.getters.resourceLocatorErrorMessage().should('contain', NO_CREDENTIALS_MESSAGE);