Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed May 15, 2018
1 parent cbff42b commit 421de17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/propertyEditors/propertyEditorsTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -726,8 +726,8 @@ QUnit.test("SurveyPropertyMatrixDropdownColumns set properties", function(
"the first column name"
);
columnsEditor.onAddClick();
columnsEditor.koItems()[2].cells[1].value = "checkbox";
columnsEditor.koItems()[2].cells[2].value = "column 3";
columnsEditor.koItems()[2].cells[1].koValue("checkbox");
columnsEditor.koItems()[2].cells[2].koValue("column 3");
assert.equal(
columnsEditor.koItems().length,
3,
Expand Down

0 comments on commit 421de17

Please sign in to comment.