Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Oct 8, 2024
1 parent e2a044b commit da3faa0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ test('Render personal dashboard for a long running project', async () => {
await screen.findByText('100'); // features
await screen.findByText('80%'); // health

await screen.findByText(
'We have gathered projects and flags you have favorited or owned',
);
await screen.findByText('Project health');
await screen.findByText('70%'); // avg health past window
await screen.findByText('someone created a flag');
Expand Down

0 comments on commit da3faa0

Please sign in to comment.