Skip to content

Commit

Permalink
Update unit test #7605
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Dec 29, 2023
1 parent 9a93052 commit f5cc88c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/question_matrixdynamictests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9044,6 +9044,7 @@ QUnit.test("matrix dynamic expression & checkbox ValuePropertyName", function (a
});
const checkbox = <QuestionCheckboxModel>survey.getQuestionByName("q1");
const matrix = <QuestionMatrixDynamicModel>survey.getQuestionByName("q2");
assert.equal(matrix.visibleRows.length, 0, "matrix rows #0");
assert.notOk(matrix.value, "matrix is empty");
checkbox.renderedValue = ["Item 1"];
assert.equal(matrix.visibleRows.length, 1, "matrix rows #1");
Expand Down

0 comments on commit f5cc88c

Please sign in to comment.