fix(editor): Add back credential type icon (no-changelog) (#9704)

This commit is contained in:
Csaba Tuncsik
2024-06-11 20:16:27 +02:00
committed by GitHub
parent daf85b4439
commit f9aa340015
6 changed files with 167 additions and 90 deletions

View File

@@ -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);