Suzanne Aitchison
Suzanne Aitchison
## What type of PR is this? (check all applicable) - [X] Refactor - [X] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update...
**Describe the bug** In the home feed, tags feed, search results, and a user's profile page, we display feed cards including a 'bookmark' button to save to the reading list....
**Describe the bug** We fairly recently made a change so that an author can't bookmark their own post, and the bookmark button doesn't appear on their feed story cards. The...
Since we introduced Cypress testing, we've heavily favoured Cypress tests in new feature work. In doing so, we have introduced a fair bit of duplication in what we're testing in...
Since introducing Cypress E2E testing, we've largely added tests as we introduce new features, and we haven't really taken stock of what our critical flows are. For example, we don't...
The notifications comment area currently has very simplified functionality compared to other comment areas in the app:  We want to make the experience of replying from comments...
When filters are applied, we want to show a count of these in an indicator on the filter button. [See the design in the Figma](https://www.figma.com/file/Ejc7VELuN00n1SZrkUTBcQ/Member-List-View?node-id=1124%3A5685)
In the upgrade to storybook 6.5.x there are a few deprecations that we need to non-urgently address. These can be tackled in separate PRs depending how large the scope is:...
## Background In #15133 we added a library that allows us to use path helpers instead of hardcoded paths in the Javascript code. So for example, instead of hard-coding a...
- `cypress-testing-library` version: 7.0.3 - `node` version: 14.14.0 - `npm` (or `yarn`) version: yarn 1.22.5 **Relevant code or config** ```javascript // In the test file findByLabelText('Label 1'); // In the...