Skip to content

Commit 554bae5

Browse files
committed
[WIP] web_editor: disable test_options
1 parent cf14b7b commit 554bae5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

addons/web_editor/static/src/js/editor/snippets.options.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5074,12 +5074,12 @@ class TestOption extends SnippetOption {
50745074
return super._computeWidgetState(...arguments);
50755075
}
50765076
}
5077-
5078-
registerOption("test_option", {
5079-
Class: TestOption,
5080-
template: "web_editor.TestSnippetOption",
5081-
selector: "section",
5082-
});
5077+
// TODO: @owl-options remove this or include it in some tests?
5078+
//registerOption("test_option", {
5079+
// Class: TestOption,
5080+
// template: "web_editor.TestSnippetOption",
5081+
// selector: "section",
5082+
//});
50835083

50845084
const legacyRegistry = {};
50855085

0 commit comments

Comments
 (0)