mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Fix folders UI for different plans (no-changelog) (#14159)
This commit is contained in:
committed by
GitHub
parent
ca01236dd1
commit
1ff3049ffb
@@ -212,6 +212,11 @@ export function getNewFolderNameInput() {
|
||||
export function getNewFolderModalErrorMessage() {
|
||||
return cy.get('.el-message-box__errormsg').filter(':visible');
|
||||
}
|
||||
|
||||
export function getProjectTab(tabId: string) {
|
||||
return cy.getByTestId('project-tabs').find(`#${tabId}`);
|
||||
}
|
||||
|
||||
/**
|
||||
* Actions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user