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/acceptance
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
..
about-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
account-created-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
admin-emails-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
admin-search-log-term-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
admin-search-logs-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
admin-site-settings-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
admin-site-text-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
admin-suspend-user-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
admin-user-badges-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
admin-user-emails-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
admin-user-index-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
admin-users-list-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
admin-watched-words-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
auth-complete-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
badges-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
bookmarks-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
category-banner-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
category-chooser-test.js Move click and fillIn to imports 2020-10-27 08:55:56 -04:00
category-edit-security-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
category-edit-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
category-new-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
click-track-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
composer-actions-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
composer-attachment-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
composer-edit-conflict-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
composer-hyperlink-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
composer-onebox-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
composer-tags-test.js Move click and fillIn to imports 2020-10-27 08:55:56 -04:00
composer-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
composer-topic-links-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
composer-uncategorized-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
create-account-external-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
create-account-user-fields-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
custom-html-set-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
custom-html-template-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
dashboard-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
email-notice-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
emoji-picker-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
emoji-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
encoded-category-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
enforce-second-factor-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
flag-post-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
forgot-password-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
group-index-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
group-manage-categories-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
group-manage-interaction-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
group-manage-logs-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
group-manage-membership-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
group-manage-profile-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
group-manage-tags-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
group-requests-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
group-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
groups-index-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
groups-new-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
hashtags-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
invite-accept-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
invite-show-user-fields-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
jump-to-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
keyboard-shortcuts-test.js Remove more global variables from tests. 2020-10-26 13:32:11 -04:00
login-redirect-test.js REFACTOR: All remaining acceptance tests converted to new format 2020-10-23 09:28:13 -04:00
login-required-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
login-with-email-and-hide-email-address-taken-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
login-with-email-and-no-social-logins-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
login-with-email-disabled-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
login-with-email-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
mobile-discovery-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
mobile-sign-in-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
mobile-users-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
modal-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
new-message-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
new-topic-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
notifications-filter-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
page-publishing-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
password-reset-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
personal-message-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
plugin-keyboard-shortcut-test.js Remove more global variables from tests. 2020-10-26 13:32:11 -04:00
plugin-outlet-connector-class-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
plugin-outlet-decorator-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
plugin-outlet-multi-template-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
plugin-outlet-single-template-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
post-admin-menu-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
preferences-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
raw-plugin-outlet-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
redirect-to-top-test.js REFACTOR: All remaining acceptance tests converted to new format 2020-10-23 09:28:13 -04:00
reports-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
review-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
search-full-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
search-mobile-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
search-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
share-and-invite-desktop-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
share-and-invite-mobile-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
shared-drafts-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
sign-in-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
static-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
tag-groups-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
tags-intersection-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
tags-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-anonymous-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
topic-discovery-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
topic-edit-timer-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
topic-footer-buttons-mobile-test.js REFACTOR: All remaining acceptance tests converted to new format 2020-10-23 09:28:13 -04:00
topic-list-tracker-test.js REFACTOR: All remaining acceptance tests converted to new format 2020-10-23 09:28:13 -04:00
topic-move-posts-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
topic-notifications-button-test.js REFACTOR: All remaining acceptance tests converted to new format 2020-10-23 09:28:13 -04:00
topic-quote-button-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
topic-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
unknown-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
user-anonymous-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
user-bookmarks-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
user-card-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
user-drafts-stream-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
user-preferences-interface-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
user-test.js REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
users-test.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00