Skip to content
Snippets Groups Projects

Allow (un)following someone in the user popover

Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -48,7 +48,7 @@ describe('User Popover Component', () => {
const findUserName = () => wrapper.find(UserNameWithStatus);
const findSecurityBotDocsLink = () => wrapper.findByTestId('user-popover-bot-docs-link');
const findUserLocalTime = () => wrapper.findByTestId('user-popover-local-time');
const findToggleFollowButton = () => wrapper.find('[data-testid="toggle-follow-button"]');
const findToggleFollowButton = () => wrapper.findByTestId('toggle-follow-button');
const createWrapper = (props = {}, options = {}) => {
wrapper = mountExtended(UserPopover, {
Loading