We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae888af commit 759faf3Copy full SHA for 759faf3
static/app/views/issueDetails/streamline/sidebar/seerNotices.spec.tsx
@@ -79,7 +79,7 @@ describe('SeerNotices', function () {
79
});
80
81
it('shows fixability view step if automation is allowed and view not starred', () => {
82
- const project = getProjectWithAutomation('on' as any);
+ const project = getProjectWithAutomation('high');
83
render(<SeerNotices groupId="123" hasGithubIntegration project={project} />, {
84
organization,
85
0 commit comments