Skip to content

Commit

Permalink
test: update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
gtk-grafana committed Jan 6, 2025
1 parent d93210a commit 5391f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/exploreServicesBreakDown.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ test.describe('explore services breakdown page', () => {
expect(logsPanelQueryCount).toEqual(7);

// Change the search to something that will return results and immediately submit before the debounce ends
await page.getByRole('button', { name: 'Submit' }).click();
await page.getByRole('button', { name: 'Add to filter' }).click();
await lastLineFilterLoc.click();
await page.keyboard.type('caller');
await expect(highlightedMatchesInFirstRow).toHaveCount(2);
Expand Down

0 comments on commit 5391f89

Please sign in to comment.