Skip to content

Commit

Permalink
test(frontend): remove test log
Browse files Browse the repository at this point in the history
  • Loading branch information
Falinor committed Jul 2, 2024
1 parent 848a293 commit b7327b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/views/HousingList/HousingListView.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ describe('Housing list view', () => {
});
await user.click(checkbox);
const text = `${apartments.length} logements (${owners.length} propriétaires) filtrés sur un total de ${data.housings.length} logements`;
screen.logTestingPlaygroundURL();
const label = await screen.findByText(text);
expect(label).toBeVisible();
});
Expand Down

0 comments on commit b7327b1

Please sign in to comment.