We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb85ab4 commit b1e7bacCopy full SHA for b1e7bac
1 file changed
e2e/tests/survey.test.ts
@@ -73,10 +73,10 @@ test.describe('Survey test', async () => {
73
await workerSurveyEditPage.createSliderQuestion(sliderNumberQuestion);
74
await workerSurveyEditPage.createSliderQuestion(sliderStringQuestion);
75
await workerSurveyEditPage.createMatrixQuestion(matrixQuestion);
76
- await workerSurveyEditPage.createMultiMatrixQuestion(multiMatrixQuestion);
77
await workerSurveyEditPage.createGroupedCheckboxQuestion(
78
groupedCheckboxQuestion,
79
);
+ await workerSurveyEditPage.createMultiMatrixQuestion(multiMatrixQuestion);
80
});
81
test('answer survey', async ({
82
surveyAdminPage,
0 commit comments