fix(editor): Fix folders UI for different plans (no-changelog) (#14159)

This commit is contained in:
Milorad FIlipović
2025-03-25 11:56:37 +01:00
committed by GitHub
parent ca01236dd1
commit 1ff3049ffb
4 changed files with 22 additions and 5 deletions

View File

@@ -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
*/