Pinafore-Web-Client-Frontend/tests/spec
Thomas Preece fd4bb4d864
feat: add option to always expand posts marked with content warnings (#2342)
Co-authored-by: Nolan Lawson <nolan@nolanlawson.com>
2023-01-08 22:54:39 -08:00
..
001-basic-spec.js fix(scrolling): use body as scrolling container (#656) 2018-11-17 18:06:49 -08:00
002-login-spec.js fix: remove basic login mode for now (#1554) 2019-10-07 07:15:19 -07:00
003-basic-timeline-spec.js test: use mastodon 3.3.0 for testing (#1917) 2021-01-24 18:26:40 -08:00
004-pinned-statuses.js fix: fix aria-posinset should be 1-based (#1055) 2019-02-28 08:56:25 -08:00
005-status-types.js fix: notification page contrast (#2302) 2022-12-17 18:12:13 +00:00
006-tabindex.js fix: fix aria-posinset should be 1-based (#1055) 2019-02-28 08:56:25 -08:00
007-account-profile.js fix: don't rely on colour for boost/favourite state (#2234) 2022-11-24 09:20:35 -08:00
008-status-media.js feat: aria-labels and buttons contain more media info (#1743) 2020-04-25 19:03:39 -07:00
009-threads.js fix: fix aria-posinset should be 1-based (#1055) 2019-02-28 08:56:25 -08:00
010-focus.js feat: make click on reposter's small avatar image go to reposter's account page (#2260) 2022-11-27 13:22:13 -08:00
011-reblog-favorites-count.js fix: convert many toggle buttons into regular buttons (#1643) 2019-11-17 21:23:32 -05:00
012-compose.js feat: use emoji-picker-element, add emoji autocompletions/tooltips (#1804) 2020-06-28 23:12:14 -07:00
013-compose-media.js test: fix flakey test (#1956) 2021-02-15 16:45:41 -08:00
014-compose-post-privacy.js fix: first stab at i18n, extract English strings, add French (#1904) 2020-11-29 14:13:27 -08:00
015-compose-content-warnings.js fix: remove aria-pressed entirely (#1647) 2019-11-23 11:25:36 -08:00
016-external-links.js chore: update tested mastodon to v3.1.3 (#1760) 2020-05-02 18:02:29 -07:00
017-compose-reply.js test: use mastodon 3.3.0 for testing (#1917) 2021-01-24 18:26:40 -08:00
018-compose-autosuggest.js feat: intl support for emoji picker (#1910) 2020-12-18 20:02:36 -08:00
019-mention.js feat(statuses): implement "Delete and redraft" (#719) 2018-12-03 23:23:29 -08:00
020-themes.js refactor(themes): use CSS specificity order for themes (#684) 2018-11-24 00:41:36 -08:00
021-followers-follows.js fix: fix aria-posinset should be 1-based (#1055) 2019-02-28 08:56:25 -08:00
022-status-aria-label.js feat: Allow image descriptions to be read automatically by screen readers without needing to expand media. (#2269) 2022-12-02 12:54:03 -08:00
023-mark-media-as-sensitive.js feat(media): Blurhash (#1381) 2019-08-17 10:54:45 -07:00
024-shortcuts-navigation.js test: use mastodon 3.3.0 for testing (#1917) 2021-01-24 18:26:40 -08:00
025-shortcuts-status.js feat: Make it possible to close inline reply with the escape key. (#2273) 2022-12-02 12:54:54 -08:00
026-shortcuts-notification.js fix: notification page contrast (#2302) 2022-12-17 18:12:13 +00:00
027-web-share-and-web-shortcuts.js feat: add PWA shortcuts for compose/notifications (#2019) 2021-03-21 13:49:59 -07:00
028-report-ui.js test: improve flakiness of report ui test (#1117) 2019-03-23 18:16:20 -07:00
029-back-button-modal.js chore: update standard to v13 (#1370) 2019-08-03 13:49:37 -07:00
030-shortcuts-modal.js chore: update standard to v13 (#1370) 2019-08-03 13:49:37 -07:00
031-account-filters.js feat: add account page filters (#1124) 2019-03-30 21:48:49 -07:00
032-mute-dialog.js fix: fix dialogs within dialogs not opening (#1154) 2019-04-14 19:47:30 -07:00
033-notification-mentions.js feat: add home/notification filter settings (#1226) 2019-05-25 13:21:36 -07:00
034-home-timeline-filters.js feat: add home/notification filter settings (#1226) 2019-05-25 13:21:36 -07:00
035-notification-timeline-filters.js test: use mastodon 3.3.0 for testing (#1917) 2021-01-24 18:26:40 -08:00
036-disable-infinite-load.js test: use mastodon 3.3.0 for testing (#1917) 2021-01-24 18:26:40 -08:00
037-pin-timelines.js fix: first stab at i18n, extract English strings, add French (#1904) 2020-11-29 14:13:27 -08:00
038-memory-leaks.js test: count store listeners in memory leak test (#1853) 2020-08-29 19:18:53 -07:00
039-empty-list.js fix: empty timelines no longer show infinite loading spinner (#1854) 2020-08-30 18:08:55 -07:00
040-shortcuts-search.js test: fix flaky test (#2259) 2022-11-25 12:24:59 -08:00
041-wellness.js fix: use day-only time format for wellness setting (#2021) 2021-03-21 18:03:53 -07:00
042-headings.js fix(a11y): fix number of headings (#2183) 2022-11-13 07:01:12 -08:00
043-content-warnings.js feat: add option to always expand posts marked with content warnings (#2342) 2023-01-08 22:54:39 -08:00
100-favorite-unfavorite.js fix: convert many toggle buttons into regular buttons (#1643) 2019-11-17 21:23:32 -05:00
101-reblog-unreblog.js fix: convert many toggle buttons into regular buttons (#1643) 2019-11-17 21:23:32 -05:00
102-notifications.js fix: change page titles (#2211) 2022-11-27 07:49:18 -08:00
103-compose.js fix: fix aria-posinset should be 1-based (#1055) 2019-02-28 08:56:25 -08:00
104-streaming.js fix: fix aria-posinset should be 1-based (#1055) 2019-02-28 08:56:25 -08:00
105-deletes.js chore: update standard to v13 (#1370) 2019-08-03 13:49:37 -07:00
106-follow-requests.js fix: convert many toggle buttons into regular buttons (#1643) 2019-11-17 21:23:32 -05:00
107-streaming-gap.js fix: large streaming gaps by refetching (#1362) 2019-07-28 19:38:34 -07:00
108-compose-dialog.js fix: first stab at i18n, extract English strings, add French (#1904) 2020-11-29 14:13:27 -08:00
109-compose-media.js feat: mark media as sensitive without a CW (#1486) 2019-09-15 10:45:46 -07:00
110-compose-content-warnings.js feat: use emoji-picker-element, add emoji autocompletions/tooltips (#1804) 2020-06-28 23:12:14 -07:00
111-focus.js fix: fix aria-posinset should be 1-based (#1055) 2019-02-28 08:56:25 -08:00
112-status-links.js test: run tests on Mastodon v4 (#2256) 2022-12-02 15:09:58 -08:00
113-block-unblock.js fix: fix bell notifications, add tests 2022-05-01 08:54:37 -07:00
114-mute-unmute.js fix: fix bell notifications, add tests 2022-05-01 08:54:37 -07:00
115-follow-unfollow.js test: fix flakey test (#1957) 2021-02-15 16:45:46 -08:00
116-follow-requests.js test: add test for #2263 (#2317) 2022-12-11 12:46:59 -08:00
117-pin-unpin.js fix: fix pinned status aria-label/blurhash (#2313) 2022-12-11 11:00:45 -08:00
118-display-name-custom-emoji.js chore: update standard and eslint-plugin-html (#1963) 2021-02-20 13:40:33 -08:00
119-status-counts-update.js fix: convert many toggle buttons into regular buttons (#1643) 2019-11-17 21:23:32 -05:00
120-status-aria-label.js feat: Allow image descriptions to be read automatically by screen readers without needing to expand media. (#2269) 2022-12-02 12:54:03 -08:00
121-delete-and-redraft.js fix: delete-and-redraft preserves sensitive status (#1496) 2019-09-17 00:19:53 -07:00
122-replies-in-thread.js perf: lazy-load the thread context (#1774) 2020-05-16 13:35:57 -07:00
123-notification-mentions.js chore: update standard to v13 (#1370) 2019-08-03 13:49:37 -07:00
124-home-timeline-filters.js chore: update standard to v13 (#1370) 2019-08-03 13:49:37 -07:00
125-notification-timeline-filters.js test: improve flaky tests (#2067) 2021-07-04 17:42:43 -07:00
126-polls.js fix: fix poll "ends at" time (#2292) 2022-12-03 18:53:20 -08:00
127-compose-polls.js fix: remove aria-pressed entirely (#1647) 2019-11-23 11:25:36 -08:00
128-disable-infinite-load.js feat: add option to disable infinite scroll (#1253) 2019-05-28 22:46:01 -07:00
129-wellness.js fix: fix disableNotificationsBadge aria-label (#1260) 2019-06-01 15:51:53 -07:00
130-focal-point.js test: re-enable skipped tests, use quarantine mode (#1329) 2019-07-08 20:51:30 -07:00
131-compose-autosuggest.js test: use mastodon 3.3.0 for testing (#1917) 2021-01-24 18:26:40 -08:00
132-threads-and-updates.js test: fix flaky test (#2134) 2022-04-30 14:20:22 -07:00
133-favorites.js fix: fix ajax code, add test, switch parser library 2020-07-04 19:34:01 -07:00
134-community.js test: add test for accessible radio buttons in /community (#1845) 2020-08-25 22:16:14 -07:00
135-bookmarks.js fix: tidy up bookmarks, add tests 2020-08-25 23:47:20 -07:00
136-empty-list.js fix: empty timelines no longer show infinite loading spinner (#1854) 2020-08-30 18:08:55 -07:00
137-shortcuts-spoiler.js feat: implement shortcut for opening/closing all CWs (#1973) 2021-02-27 18:31:53 -08:00
138-word-filters.js test: run tests on Mastodon v4 (#2256) 2022-12-02 15:09:58 -08:00
139-notify-denotify.js fix: fix bell notifications, add tests 2022-05-01 08:54:37 -07:00
140-editing.js fix: handle status edit events (#2325) 2022-12-18 11:20:17 -08:00