test(editor): Add deprecation warnings for e2e page classes (no-changelog) (#12489)

This commit is contained in:
oleg
2025-01-08 09:36:44 +01:00
committed by GitHub
parent 491cb605e3
commit 803960e092
32 changed files with 200 additions and 57 deletions

View File

@@ -52,6 +52,10 @@ export function getNodeByName(name: string) {
);
}
export function getWorkflowHistoryCloseButton() {
return cy.getByTestId('workflow-history-close-button');
}
export function disableNode(name: string) {
const target = getNodeByName(name);
target.rightclick(name ? 'center' : 'topLeft', { force: true });