Skip to content

Commit

Permalink
Update create_survey.cy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpacalat committed Aug 15, 2023
1 parent 46f87c8 commit c1ce967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/group1/create_survey.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe('Survey creation', function () {
quotas: 1,
quota_members: 2,
quota_language_settings: 1,
themes: 2,
themes: 1,
})

cy.get('[href="/index.php?r=surveyAdministration/listsurveys"]')
Expand Down Expand Up @@ -180,7 +180,7 @@ describe('Survey creation', function () {
quotas: 0,
quota_members: 0,
quota_language_settings: 0,
themes: 2,
themes: 1,
})

cy.get('[href="/index.php?r=surveyAdministration/listsurveys"]')
Expand Down

0 comments on commit c1ce967

Please sign in to comment.