Skip to content

Commit bf54930

Browse files
Joffcomgandreini
andauthored
feat: Add Slack trigger node (#9190)
Co-authored-by: Giulio Andreini <[email protected]>
1 parent 8f25452 commit bf54930

File tree

6 files changed

+518
-3
lines changed

6 files changed

+518
-3
lines changed

cypress/e2e/2-credentials.cy.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,9 @@ describe('Credentials', () => {
254254
});
255255

256256
workflowPage.actions.visit(true);
257-
workflowPage.actions.addNodeToCanvas('Slack');
258-
workflowPage.actions.openNode('Slack');
257+
workflowPage.actions.addNodeToCanvas('Manual');
258+
workflowPage.actions.addNodeToCanvas('Slack', true, true, 'Get a channel');
259+
workflowPage.getters.nodeCredentialsSelect().should('exist');
259260
workflowPage.getters.nodeCredentialsSelect().click();
260261
getVisibleSelect().find('li').last().click();
261262
credentialsModal.getters.credentialAuthTypeRadioButtons().first().click();

0 commit comments

Comments
 (0)