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

Update Specs

parent e4a377ad
...@@ -9,7 +9,7 @@ const DEFAULT_PROPS = { ...@@ -9,7 +9,7 @@ const DEFAULT_PROPS = {
username: 'root', username: 'root',
name: 'Administrator', name: 'Administrator',
location: 'Vienna', location: 'Vienna',
bot: true, bot: false,
bio: null, bio: null,
workInformation: null, workInformation: null,
status: null, status: null,
...@@ -233,6 +233,7 @@ describe('User Popover Component', () => { ...@@ -233,6 +233,7 @@ describe('User Popover Component', () => {
name: 'GitLab Security Bot', name: 'GitLab Security Bot',
username: 'GitLab-Security-Bot', username: 'GitLab-Security-Bot',
websiteUrl: '/security/bot/docs', websiteUrl: '/security/bot/docs',
bot: true,
}; };
const findSecurityBotDocsLink = () => findByTestId('user-popover-bot-docs-link'); 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