Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Nov 17, 2024
1 parent ce73974 commit 652e230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ export class Translation extends Base implements ITranslationLocales {
iconName: "icon-language",
iconSize: "auto",
locTooltipName: "ed.translateUsigAI",
visibleIndex: 5,
location: "end",
action: () => this.showTranslationEditor(locale)
}));
Expand Down
3 changes: 2 additions & 1 deletion packages/survey-creator-core/tests/question-adorner.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ test("Check question adorners location", (): any => {
if (options.obj.isPage) return;
const objToAdd = options.obj;
options.items.unshift({
id: "addtosharedrepo"
id: "addtosharedrepo",
visibleIndex: 0
});
});

Expand Down

0 comments on commit 652e230

Please sign in to comment.