fix(editor): Add back credential type icon (no-changelog) (#9704)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user