mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
50bd5b9080
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in> Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
17 lines
379 B
TypeScript
17 lines
379 B
TypeScript
/**
|
|
* Getters
|
|
*/
|
|
|
|
export const getNpsSurvey = () => cy.getByTestId('nps-survey-modal');
|
|
|
|
export const getNpsSurveyRatings = () => cy.getByTestId('nps-survey-ratings');
|
|
|
|
export const getNpsSurveyEmail = () => cy.getByTestId('nps-survey-email');
|
|
|
|
export const getNpsSurveyClose = () =>
|
|
cy.getByTestId('nps-survey-modal').find('button.el-drawer__close-btn');
|
|
|
|
/**
|
|
* Actions
|
|
*/
|