mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Add MFA (#4767)
https://linear.app/n8n/issue/ADO-947/sync-branch-with-master-and-fix-fe-e2e-tets --------- Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
11
cypress/pages/modals/mfa-setup-modal.ts
Normal file
11
cypress/pages/modals/mfa-setup-modal.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { BasePage } from './../base';
|
||||
|
||||
export class MfaSetupModal extends BasePage {
|
||||
getters = {
|
||||
modalContainer: () => cy.getByTestId('changePassword-modal').last(),
|
||||
tokenInput: () => cy.getByTestId('mfa-token-input'),
|
||||
copySecretToClipboardButton: () => cy.getByTestId('mfa-secret-button'),
|
||||
downloadRecoveryCodesButton: () => cy.getByTestId('mfa-recovery-codes-button'),
|
||||
saveButton: () => cy.getByTestId('mfa-save-button'),
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user