From 421de172d33a0d934c66fe491fbe8de3d60ebd44 Mon Sep 17 00:00:00 2001 From: Andrew Telnov Date: Tue, 15 May 2018 13:20:05 +0300 Subject: [PATCH] Fix the build --- tests/propertyEditors/propertyEditorsTests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/propertyEditors/propertyEditorsTests.ts b/tests/propertyEditors/propertyEditorsTests.ts index 18eeeac8f0..578e6ac152 100644 --- a/tests/propertyEditors/propertyEditorsTests.ts +++ b/tests/propertyEditors/propertyEditorsTests.ts @@ -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,