Skip to content
Snippets Groups Projects

Allow (un)following someone in the user popover

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -297,7 +297,7 @@ describe('User Popover Component', () => {
});
describe('follow actions', () => {
describe('when current user doesnt follow the user', () => {
describe("when current user doesn't follow the user", () => {
beforeEach(() => createWrapper());
it('renders the Follow button with the correct variant', () => {
Loading