Skip to content

Commit 959a745

Browse files
author
tsv2013
committed
Fixed u-test
1 parent c1dfa42 commit 959a745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/survey-creator-core/tests/tabs/theme-tab-plugin.tests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ test("Theme builder: composite question values are lost", (): any => {
213213

214214
test("import theme from file", (done) => {
215215
const creator: CreatorTester = new CreatorTester({ showThemeTab: true });
216-
creator.JSON = { questions: [{ type: "text", name: "q1" }] };
216+
creator.JSON = { headerView: "advanced", questions: [{ type: "text", name: "q1" }] };
217217
creator.isAutoSave = true;
218218
creator.autoSaveDelay = 0;
219219
let saveThemeCount = 0;

0 commit comments

Comments
 (0)