Skip to content

Commit 89c779b

Browse files
committed
Fix unit test
1 parent f100eb9 commit 89c779b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/survey-creator-core/tests/property-grid/property-grid.tests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3670,7 +3670,7 @@ test("Undo for deleting validator in multiple text item, Bug#6295", () => {
36703670
expect(matrix.visibleRows).toHaveLength(1);
36713671
});
36723672
test("Pages Collection Editor - The Trash Bin (Remove) button is unavailable when you use the Add Page button Bug#6645", () => {
3673-
const creator = new CreatorTester();
3673+
const creator = new CreatorTester(undefined, undefined, false);
36743674
const propertyGrid = new PropertyGridModelTester(creator.survey, creator);
36753675
const pagesQuestion = <QuestionMatrixDynamicModel>propertyGrid.survey.getQuestionByName("pages");
36763676
expect(pagesQuestion.visibleRows).toHaveLength(0);

0 commit comments

Comments
 (0)