mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
refactor(editor): Add skip option to activation modal (#6092)
⚡ Add skip option to activation modal
This commit is contained in:
@@ -5,5 +5,6 @@ export class UserActivationSurveyModal extends BasePage {
|
||||
modalContainer: () => cy.getByTestId('userActivationSurvey-modal').last(),
|
||||
feedbackInput: () => cy.getByTestId('activation-feedback-input').find('textarea'),
|
||||
sendFeedbackButton: () => cy.getByTestId('send-activation-feedback-button'),
|
||||
skipButton: () => cy.getByTestId('skip-button'),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user