mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Add Alt+Meta+O keyboard shortcut for the About modal (#18530)
This commit is contained in:
@@ -390,6 +390,9 @@ export class WorkflowPage extends BasePage {
|
||||
hitDisableNodeShortcut: () => {
|
||||
cy.get('body').type('d');
|
||||
},
|
||||
hitOpenAbout: () => {
|
||||
cy.get('body').type(`{alt}{${META_KEY}}o`);
|
||||
},
|
||||
hitCopy: () => {
|
||||
this.actions.hitComboShortcut(`{${META_KEY}}`, 'c');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user