-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IMP] web_widget_dropdown_dynamic: Remove QUnit import from tests #3145
base: 18.0
Are you sure you want to change the base?
[IMP] web_widget_dropdown_dynamic: Remove QUnit import from tests #3145
Conversation
03583c0
to
17cc86c
Compare
fb4588a
to
6d444f5
Compare
import {editInput, getFixture} from "@web/../tests/helpers/utils"; | ||
import {makeView, setupViewRegistries} from "@web/../tests/views/helpers"; | ||
import {QUnit} from "@web/static/lib/qunit/qunit"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it QUnit
used a bit below? Could you explain the rationale behind the patch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't require import as it's js lib
and causing this issue in web_timeline tests
2025-04-01 07:14:55,423 270 ERROR odoo odoo.addons.web_timeline.tests.test_web_timeline.TestWebTimeline.test_timeline_arch.browser: The following modules are needed by other modules but have not been defined, they may not be present in the correct asset bundle: ['@web/static/lib/qunit/qunit']
This PR has the |
Fix tests issue in #3136