This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/tests/integration/widgets
Robin Ward 435a9913a4 REFACTOR: Replace global find with queryAll
In newer Embers jQuery is removed. There is a `find` but it only returns
one element and not a jQuery selector. This patch migrates our code to a
new helper `queryAll` which allows us to remove the global.
2020-10-29 14:45:51 -04:00
..
actions-summary-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
avatar-flair-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
button-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
default-notification-item-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
hamburger-menu-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
header-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
home-logo-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
post-links-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
post-menu-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
post-stream-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
post-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
poster-name-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
quick-access-item-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
small-user-list-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
topic-admin-menu-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
topic-participant-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
topic-status-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
user-menu-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
widget-dropdown-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
widget-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00