Skip to content

Commit

Permalink
test: update e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
gtk-grafana committed Feb 21, 2025
1 parent 6eda6ce commit 8f090a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/exploreServicesBreakDown.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,8 @@ test.describe('explore services breakdown page', () => {

// Get panel count to ensure the pod regex filter reduces the result set
const panelCount = await explorePage.getAllPanelsLocator().count();
await explorePage.assertNotLoading();
await explorePage.assertPanelsNotLoading();
expect(panelCount).toBeGreaterThan(8);
// Filter hardcoded pod names for tempo-ingester service
await explorePage.addCustomValueToCombobox(
Expand Down

0 comments on commit 8f090a0

Please sign in to comment.