feat: Update NPS Value Survey (#9638)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in> Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
This commit is contained in:
16
cypress/pages/npsSurvey.ts
Normal file
16
cypress/pages/npsSurvey.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
Reference in New Issue
Block a user