Skip to content

Commit

Permalink
test: Check for node icon in credential card
Browse files Browse the repository at this point in the history
  • Loading branch information
cstuncsik committed Jun 11, 2024
1 parent 0d9412c commit bc35de6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cypress/e2e/39-projects.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ describe('Projects', { disableAutoLogin: true }, () => {

credentialsModal.actions.close();
credentialsPage.getters.credentialCards().should('have.length', 1);
credentialsPage.getters
.credentialCards()
.first()
.find('.n8n-node-icon img')
.should('be.visible');

projects.getProjectTabWorkflows().click();
workflowsPage.getters.workflowCards().should('have.length', 1);
Expand Down

0 comments on commit bc35de6

Please sign in to comment.