Commit 2cc869a4 authored by Jannik Lehmann's avatar Jannik Lehmann

Update Specs

parent e4a377ad
......@@ -9,7 +9,7 @@ const DEFAULT_PROPS = {
username: 'root',
name: 'Administrator',
location: 'Vienna',
bot: true,
bot: false,
bio: null,
workInformation: null,
status: null,
......@@ -233,6 +233,7 @@ describe('User Popover Component', () => {
name: 'GitLab Security Bot',
username: 'GitLab-Security-Bot',
websiteUrl: '/security/bot/docs',
bot: true,
};
const findSecurityBotDocsLink = () => findByTestId('user-popover-bot-docs-link');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment