Skip to content

Commit c13fc2f

Browse files
committed
Fixed tests
1 parent f8774a6 commit c13fc2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
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)