Skip to content

Commit

Permalink
update survey input in test to new expected value
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jun 19, 2024
1 parent 5ff99a7 commit b173fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/deactivation-survey.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe( 'Plugin Deactivation Survey', () => {
cy.wait( '@surveyEvent' )
// .its('request.body.action').should('eq', 'deactivation_survey_freeform')
.its( 'request.body.data.survey_input' )
.should( 'eq', 'No input' );
.should( 'eq', '(Skipped)' );
// verify modal closed
cy.get( '.nfd-deactivation-survey__container' ).should( 'not.exist' );
// verify plugin is deactivated
Expand Down

0 comments on commit b173fb7

Please sign in to comment.