Skip to content
Snippets Groups Projects

Add tracking for issues_mrs_empty_state experiment

All threads resolved!
@@ -27,6 +27,7 @@ describe('EmptyStateWithoutAnyIssues component', () => {
@@ -27,6 +27,7 @@ describe('EmptyStateWithoutAnyIssues component', () => {
showNewIssueLink: false,
showNewIssueLink: false,
signInPath: 'sign/in/path',
signInPath: 'sign/in/path',
groupId: '',
groupId: '',
 
isProject: true,
};
};
const findCsvImportExportButtons = () => wrapper.findComponent(CsvImportExportButtons);
const findCsvImportExportButtons = () => wrapper.findComponent(CsvImportExportButtons);
Loading