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
Isaac Janzen 92bb728fe5
DEV: Add search suggestions for tag-intersections (#19777)
Added `tagIntersection` search context for handling search suggestions on tag intersection and tag+category routes.

# Tag & Category Route Search Suggestions
eg. /tags/c/general/5/updates
### Before
<img width="422" alt="Screenshot 2023-01-06 at 2 58 50 PM" src="https://user-images.githubusercontent.com/50783505/211098933-ade438c6-5008-49ce-9a90-c8200ec5fe00.png">

### After
<img width="359" alt="Screenshot 2023-01-06 at 3 00 35 PM" src="https://user-images.githubusercontent.com/50783505/211099183-c3feaeac-8661-47ed-843c-da9d9fb78e9e.png">

# Tag Intersection Route Search Suggestions
eg. /tags/intersection/updates/foo
### Before
<img width="421" alt="Screenshot 2023-01-06 at 3 02 23 PM" src="https://user-images.githubusercontent.com/50783505/211099435-e8fc6d87-2772-45b5-b455-1831f80eab3a.png">

### After
<img width="362" alt="Screenshot 2023-01-09 at 2 02 09 PM" src="https://user-images.githubusercontent.com/50783505/211397349-acb350f7-8e6a-4d9f-a749-8292e49400d9.png">

I defaulted to using `+` as a separator for tag intersections. The reasoning behind this is that we don't make the tag intersection routes easily accessible, so if you are going out of your way to view multiple tags, you are most likely going to be searching by **both** of those tags as well.

# General Search
Introducing flex wrap removes whitespace causing a [test](https://github.com/discourse/discourse/pull/19777/files#diff-5d3d13fabc1a511635eb7471ffe74f4d455d77f6984543c2be6ad136dfaa6d3aR813) to fail, but to remedy this I added spacing to the `.search-item-prefix` and `.search-item-slug` which achieves the same thing.

### After
<img width="359" alt="Screenshot 2023-01-09 at 2 04 54 PM" src="https://user-images.githubusercontent.com/50783505/211397900-60220394-5596-4e13-afd0-b6130afa0de2.png">
2023-01-11 13:02:22 -06:00
..
about-test.js FEATURE: Add plugin API to register About stat group (#17442) 2022-07-15 13:16:00 +10:00
account-created-test.js UX: better account-created page (#17452) 2022-07-14 20:43:00 +05:30
admin-badges-award-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
admin-badges-show-test.js DEV: Convert SiteSettings to a tracked object (#19015) 2022-11-17 18:44:23 +01:00
admin-emails-test.js DEV: Add A11Y-friendly dialog addon (#18028) 2022-08-29 13:59:57 -04:00
admin-install-theme-modal-test.js SECURITY: Expand and improve SSRF Protections (#18815) 2022-11-01 16:33:17 +00:00
admin-penalize-user-test.js UX: Redesign and refactor penalty modals (#19458) 2022-12-19 19:36:03 +02:00
admin-permalink-test.js FIX: Permalinks issues (#18939) 2022-11-09 11:23:08 -08:00
admin-plugins-test.js Improve route error handling in admin/plugins (#18911) 2022-11-07 16:39:27 +00:00
admin-search-log-term-test.js DEV: updates chart.js to 3.5.1 (#14107) 2021-08-23 13:49:49 +02:00
admin-search-logs-test.js DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
admin-site-settings-test.js DEV: Use key names in triggerKeyEvent (#17535) 2022-07-17 20:15:28 +02:00
admin-site-text-test.js DEV: Add A11Y-friendly dialog addon (#18028) 2022-08-29 13:59:57 -04:00
admin-user-badges-test.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-user-emails-test.js DEV: Reduce jQuery usage in acceptance tests (#17406) 2022-07-10 10:52:02 +02:00
admin-user-index-test.js FIX: Regression with admin user delete dialog buttons (#18179) 2022-09-05 09:31:17 +02:00
admin-users-list-test.js FIX: Update user results page when no users found (#18363) 2022-09-26 16:37:56 +03:00
admin-watched-words-test.js FIX: Watched words replacement emoji render (#19171) 2022-12-01 13:38:16 -08:00
admin-webhooks-test.js DEV: Admin webhooks interface issues (#19360) 2022-12-13 01:53:08 +01:00
assets-version-test.js UX: Do not automatically refresh page while composer is open (#19112) 2022-11-21 10:45:19 +00:00
auth-complete-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
badges-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
bookmarks-test.js FIX: Remove user_option saving for bookmark auto delete pref (#19476) 2022-12-16 08:50:31 +10:00
bootstrap-mode-notice-test.js DEV: Load client site settings YML into JS tests (#18413) 2022-11-08 09:17:43 +10:00
categories-test.js FIX: Ensure discovery-categories always clears PreloadStore (#18157) 2022-09-01 16:11:13 +01:00
category-banner-test.js DEV: refactor bootbox alerts (#18292) 2022-09-27 14:47:13 -04:00
category-chooser-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
category-edit-security-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
category-edit-test.js FIX: simplify display of multiple AJAX errors (#18763) 2022-10-28 08:37:08 -04:00
category-new-test.js DEV: Reduce jQuery usage in acceptance tests (#17406) 2022-07-10 10:52:02 +02:00
click-track-test.js DEV: Revisit skipped tests (#15769) 2022-02-02 12:09:03 -05:00
composer-actions-test.js DEV: Remove enable_whispers site setting (#19196) 2022-12-16 18:42:51 +02:00
composer-draft-saving-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
composer-edit-conflict-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
composer-editor-mentions-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
composer-hyperlink-test.js A11Y: Keep composer as focused element when dismissing Link modal via keyboard (#17893) 2022-08-15 09:37:19 +08:00
composer-image-preview-test.js DEV: Remove enable_whispers site setting (#19196) 2022-12-16 18:42:51 +02:00
composer-messages-test.js FEATURE: Improve composer warnings for mentions (#18796) 2022-12-05 20:22:05 +02:00
composer-onebox-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
composer-tags-test.js DEV: Load client site settings YML into JS tests (#18413) 2022-11-08 09:17:43 +10:00
composer-test.js DEV: Remove enable_whispers site setting (#19196) 2022-12-16 18:42:51 +02:00
composer-topic-links-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
composer-uncategorized-test.js DEV: Remove enable_whispers site setting (#19196) 2022-12-16 18:42:51 +02:00
composer-uploads-uppy-test.js DEV: Skip a flaky FF test (#18996) 2022-11-14 12:16:00 +01:00
create-account-external-test.js DEV: Deprecate assert.not() (#15595) 2022-02-09 18:49:05 +01:00
create-account-user-fields-test.js FIX: Show error if field is same as password (#18529) 2022-10-10 20:00:52 +03:00
create-invite-modal-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
custom-html-set-test.js DEV: Reduce jQuery usage in acceptance tests (#17406) 2022-07-10 10:52:02 +02:00
custom-html-template-test.js DEV: Support theme/plugin overrides of colocated component templates (#19237) 2022-11-30 14:14:38 +00:00
dashboard-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
dismiss-notification-modal-test.js DEV: Add bookmarks tab to the new user menu (#17814) 2022-08-08 17:24:04 +03:00
do-not-disturb-test.js FEATURE: integrate DnD with user status (#19410) 2022-12-16 16:35:39 +04:00
edit-notification-click-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
email-notice-test.js UX: Differentiate 'emails disabled' notice for 'yes' and 'non-staff' (#16096) 2022-03-03 15:49:20 +00:00
emoji-picker-test.js DEV: Emoji picker keyboard accessibility updates (#18331) 2022-09-22 15:21:34 -07:00
emoji-test.js DEV: Load client site settings YML into JS tests (#18413) 2022-11-08 09:17:43 +10:00
encoded-category-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
enforce-second-factor-test.js FEATURE: Chat and Sidebar are now on by default (#19406) 2022-12-13 17:25:19 -07:00
fast-edit-test.js DEV: Use key names in triggerKeyEvent (#17535) 2022-07-17 20:15:28 +02:00
flag-post-test.js UX: Redesign and refactor penalty modals (#19458) 2022-12-19 19:36:03 +02:00
forgot-password-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
glimmer-topic-timeline-test.js DEV: Upgrade Topic Timeline to Glimmer (#17377) 2022-12-01 13:50:44 -06:00
group-index-test.js FEATURE: Allow group owners promote more owners (#19768) 2023-01-11 16:43:18 +08:00
group-manage-categories-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
group-manage-email-settings-test.js FIX: simplify display of multiple AJAX errors (#18763) 2022-10-28 08:37:08 -04:00
group-manage-interaction-test.js DEV: Avoid using globals (#14909) 2021-11-13 13:10:13 +01:00
group-manage-logs-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
group-manage-membership-test.js FEATURE: Experimental support for group membership via google auth (#14835) 2021-12-09 12:30:27 +00:00
group-manage-profile-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
group-manage-save-button-test.js FEATURE: Warn admins about private group name's exposure to anonymous users. (#19557) 2022-12-27 13:17:13 +05:30
group-manage-tags-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
group-requests-test.js DEV: Load client site settings YML into JS tests (#18413) 2022-11-08 09:17:43 +10:00
group-test.js A11Y: multiple fixes to user stream items (#18368) 2022-09-27 10:59:26 -04:00
groups-index-test.js DEV: Reduce jQuery usage in acceptance tests (#17406) 2022-07-10 10:52:02 +02:00
groups-new-test.js DEV: Reduce jQuery usage in acceptance tests (#17406) 2022-07-10 10:52:02 +02:00
hamburger-menu-test.js FEATURE: Chat and Sidebar are now on by default (#19406) 2022-12-13 17:25:19 -07:00
hashtag-autocomplete-test.js FIX: Unescape :emoji: in hashtag search results (#19147) 2022-11-23 13:52:00 +10:00
hashtags-test.js FEATURE: Make experimental hashtag autocomplete default for new sites (#19681) 2023-01-05 08:44:58 +10:00
image-aspect-ratio-test.js FIX: Ensure images do not change height when loading is complete (#16368) 2022-04-05 13:43:17 +01:00
invite-accept-test.js FEATURE: add user toggle to mask/unmask passwords (#19306) 2022-12-19 18:56:51 -05:00
invite-show-user-fields-test.js DEV: Deprecate assert.not() (#15595) 2022-02-09 18:49:05 +01:00
jump-to-test.js DEV: Remove flaky acceptance test (#17045) 2022-06-09 09:56:05 +08:00
keyboard-shortcuts-test.js DEV: Use key names in triggerKeyEvent (#17535) 2022-07-17 20:15:28 +02:00
last-visited-topic-focus-test.js A11Y: Focus last viewed topic in topic lists (take 3) (#16257) 2022-03-23 13:03:56 +03:00
lightbox-test.js DEV: Avoid triggering 404 errors in tests (#17404) 2022-07-10 11:09:13 +02:00
login-redirect-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
login-required-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
login-with-email-and-hide-email-address-taken-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
login-with-email-and-no-social-logins-test.js UX: add link for email login below username, remove button (#12118) 2021-02-24 16:30:08 -05:00
login-with-email-disabled-test.js UX: add link for email login below username, remove button (#12118) 2021-02-24 16:30:08 -05:00
login-with-email-test.js FEATURE: Add safe-mode toggle to /u/admin-login (#17930) 2022-08-15 15:30:07 +01:00
mobile-discovery-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
mobile-pan-test.js DEV: zoom isn't used anymore (#18016) 2022-08-21 09:18:19 +02:00
mobile-sign-in-test.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
mobile-topic-bulk-actions-test.js UX: add bulk-select to mobile topic lists (#15386) 2022-07-26 15:36:35 -04:00
mobile-users-test.js FEATURE: Add user custom fields to user directory (#13238) 2021-06-07 12:34:01 -05:00
modal-test.js DEV: Deprecate controllerFor test helper (#19606) 2022-12-23 11:33:42 +01:00
new-message-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
new-topic-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
notifications-filter-test.js DEV: Clean up QUnit tests (#13328) 2021-06-08 17:54:12 +02:00
notifications-test.js DEV: Remove yet another jQ use in tests (#17628) 2022-07-25 02:32:04 +02:00
opengraph-tag-updater-test.js DEV: Update Twitter meta tags while navigating in app (#19468) 2022-12-14 14:33:09 -05:00
page-publishing-test.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
password-reset-test.js UX: Remove unused strings (#19701) 2023-01-04 10:32:53 +01:00
pending-posts-test.js DEV: Fix pending posts page, make tests work in legacy env (#15132) 2021-11-30 13:01:39 +01:00
personal-message-test.js DEV: Remove unused code and translations 2022-11-09 14:27:55 +01:00
plugin-keyboard-shortcut-test.js DEV: Remove unnecessary visit() calls (#17536) 2022-07-17 20:15:44 +02:00
plugin-outlet-connector-class-test.js DEV: Support theme/plugin overrides of colocated component templates (#19237) 2022-11-30 14:14:38 +00:00
plugin-outlet-decorator-test.js DEV: Support theme/plugin overrides of colocated component templates (#19237) 2022-11-30 14:14:38 +00:00
plugin-outlet-multi-template-test.js DEV: Support theme/plugin overrides of colocated component templates (#19237) 2022-11-30 14:14:38 +00:00
plugin-outlet-single-template-test.js DEV: Support theme/plugin overrides of colocated component templates (#19237) 2022-11-30 14:14:38 +00:00
post-admin-menu-test.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
post-controls-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
post-history-test.js DEV: Revisit skipped tests (#15769) 2022-02-02 12:09:03 -05:00
post-inline-mentions-test.js FEATURE: Show live user status on inline mentions on posts (#18683) 2022-12-06 19:10:36 +04:00
preferences-test.js DEV: Replace preferences/username route with a component (#19318) 2022-12-07 11:16:01 +01:00
raw-plugin-outlet-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
redirect-to-top-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
reports-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
review-test.js FIX: Category chooser not updating selection when editing reviewable (#18737) 2022-10-25 09:13:37 +08:00
search-full-test.js FIX: Correct implementation for user preferences tracking page (#19119) 2022-11-21 14:48:47 +08:00
search-mobile-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
search-test.js DEV: Add search suggestions for tag-intersections (#19777) 2023-01-11 13:02:22 -06:00
second-factor-auth-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
share-topic-test.js FEATURE: site setting to disable usernames in share links. (#18315) 2022-09-22 23:12:39 +05:30
shared-drafts-test.js DEV: Refactor the last few bootbox dialogs (#18416) 2022-10-07 11:38:27 -04:00
sidebar-anonymous-categories-section-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-anonymous-community-section-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-anonymous-tags-section-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-anonymous-user-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-mobile-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-narrow-desktop-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-plugin-api-test.js DEV: Experiment plugin api to add custom count to category section link 2023-01-06 09:51:46 +08:00
sidebar-user-categories-section-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-user-community-section-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-user-messages-section-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-user-tags-section-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-user-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sign-in-test.js FEATURE: add user toggle to mask/unmask passwords (#19306) 2022-12-19 18:56:51 -05:00
static-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
tag-groups-test.js DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
tags-intersection-test.js DEV: Reduce jQuery usage in acceptance tests (#17406) 2022-07-10 10:52:02 +02:00
tags-test.js DEV: Remove commented-out code (#17945) 2022-08-16 10:46:26 +02:00
themes-test.js SECURITY: Expand and improve SSRF Protections (#18815) 2022-11-01 16:33:17 +00:00
topic-admin-menu-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
topic-anonymous-test.js DEV: Clean up QUnit tests (#13328) 2021-06-08 17:54:12 +02:00
topic-bulk-actions-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
topic-discovery-test.js DEV: Load client site settings YML into JS tests (#18413) 2022-11-08 09:17:43 +10:00
topic-discovery-tracked-test.js FIX: Regression with Categories nav item (#17885) 2022-08-12 11:30:39 -04:00
topic-edit-timer-test.js FEATURE: Allow category moderators to set auto deletion topic timers (#19383) 2022-12-08 17:14:43 -03:00
topic-entrance-test.js DEV: Use key names in triggerKeyEvent (#17535) 2022-07-17 20:15:28 +02:00
topic-footer-button-api-mobile-test.js DEV: adds a new topic footer dropdown api (#14747) 2021-11-12 10:21:34 +01:00
topic-footer-button-api-test.js DEV: Avoid using globals (#14909) 2021-11-13 13:10:13 +01:00
topic-footer-dropdown-api-test.js DEV: adds a new topic footer dropdown api (#14747) 2021-11-12 10:21:34 +01:00
topic-list-plugin-api-test.js DEV: Fix "overridden" typos (#16399) 2022-04-06 23:17:20 +02:00
topic-list-tracker-test.js DEV: Fix state leak in QUnit acceptance tests (#17507) 2022-07-15 16:51:15 +10:00
topic-move-posts-test.js DEV: Reduce jQuery usage in acceptance tests (#17406) 2022-07-10 10:52:02 +02:00
topic-notifications-button-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
topic-quote-button-test.js DEV: Load client site settings YML into JS tests (#18413) 2022-11-08 09:17:43 +10:00
topic-set-slow-mode-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
topic-slow-mode-test.js DEV: use the only source for time shortcut options on all date pickers (#16366) 2022-04-21 15:49:11 +04:00
topic-test.js DEV: Load client site settings YML into JS tests (#18413) 2022-11-08 09:17:43 +10:00
topic-timeline-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
topic-user-status-test.js FIX: do not show user status on posts twice (#18458) 2022-10-04 10:35:27 +04:00
unknown-test.js DEV: Silence one more test (#17375) 2022-07-08 09:15:09 +08:00
user-activity-all-test.js UX: show blank page placeholder instead of the blue panel that says "No Activity" (#16293) 2022-08-18 17:24:52 +04:00
user-activity-drafts-test.js FEATURE: improve blank page syndrome on the user activity pages (#14311) 2021-09-16 21:35:34 +04:00
user-activity-likes-test.js UX: show blank page placeholder instead of the blue panel that says "No Activity" (#16293) 2022-08-18 17:24:52 +04:00
user-activity-read-test.js FIX: This was causing a flaky test in Ember CLI 2022-01-26 14:53:25 -05:00
user-activity-replies-test.js DEV: Add A11Y-friendly dialog addon (#18028) 2022-08-29 13:59:57 -04:00
user-activity-topic-test.js UX: cleaner messages for empty state on the user activity topics page (#16267) 2022-03-25 00:20:55 +04:00
user-anonymous-test.js DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
user-bookmarks-test.js DEV: Refactor the last few bootbox dialogs (#18416) 2022-10-07 11:38:27 -04:00
user-card-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
user-drafts-stream-test.js DEV: Load client site settings YML into JS tests (#18413) 2022-11-08 09:17:43 +10:00
user-menu-test.js UX: rename "Do Not Disturb" to "Pause Notifications" (#19483) 2022-12-16 17:10:59 +04:00
user-preferences-account-test.js DEV: Replace preferences/username route with a component (#19318) 2022-12-07 11:16:01 +01:00
user-preferences-account-user-status-test.js FEATURE: integrate DnD with user status (#19410) 2022-12-16 16:35:39 +04:00
user-preferences-categories-test.js FIX: Correct implementation for user preferences tracking page (#19119) 2022-11-21 14:48:47 +08:00
user-preferences-email-test.js DEV: Move tests for user preferences change email into own file (#19097) 2022-11-18 11:40:22 +08:00
user-preferences-interface-test.js FEATURE: Rename onboarding popups to user tips (#18826) 2022-11-09 20:20:34 +02:00
user-preferences-notifications-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
user-preferences-profile-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
user-preferences-second-factor-backup-test.js FEATURE: better UI to manage 2fa (#19338) 2022-12-08 09:41:22 +11:00
user-preferences-second-factor-test.js FEATURE: better UI to manage 2fa (#19338) 2022-12-08 09:41:22 +11:00
user-preferences-security-test.js DEV: Centralise user preferences security test into a single file (#19121) 2022-11-22 07:43:30 +08:00
user-preferences-sidebar-test.js FIX: Sidebar preferences link shown when navigation menu is legacy (#19568) 2022-12-22 07:58:06 +08:00
user-preferences-tracking-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
user-private-messages-test.js FEATURE: Add experimental plugin API to register messages nav dropdown (#19294) 2022-12-05 12:31:09 +08:00
user-profile-summary-test.js FIX: Regression with admin user delete dialog buttons (#18179) 2022-09-05 09:31:17 +02:00
user-status-test.js FEATURE: integrate DnD with user status (#19410) 2022-12-16 16:35:39 +04:00
user-test.js PERF: Use user-specific channel for message-bus logout (#19719) 2023-01-04 19:55:52 +00:00
user-tips-test.js DEV: Remove old "first notification" tutorial (#19036) 2022-11-16 14:35:18 +02:00
users-test.js DEV: Use key names in triggerKeyEvent (#17535) 2022-07-17 20:15:28 +02:00
welcome-topic-banner-test.js UX: Welcome CTA edits (#18582) 2022-10-17 13:04:34 -05:00
wizard-test.js UX: Wizard Step Enhancements (#19487) 2022-12-19 17:24:09 -07:00