Browse Source

ref(ts): Convert teamStability.spec to tsx (#51976)

Evan Purkhiser 1 year ago
parent
commit
895e3450b3

+ 1 - 1
static/app/views/organizationStats/teamInsights/teamStability.spec.jsx → static/app/views/organizationStats/teamInsights/teamStability.spec.tsx

@@ -19,7 +19,7 @@ describe('TeamStability', () => {
 
     expect(screen.getByText('project-slug')).toBeInTheDocument();
     expect(await screen.findAllByText('90%')).toHaveLength(2);
-    expect(await screen.findByText('0%')).toBeInTheDocument(2);
+    expect(await screen.findByText('0%')).toBeInTheDocument();
     expect(sessionsApi).toHaveBeenCalledTimes(2);
   });