From 5391f89346d3bf0591dac35971f54cbc12ebb95b Mon Sep 17 00:00:00 2001 From: Galen Date: Mon, 6 Jan 2025 10:34:14 -0600 Subject: [PATCH] test: update copy --- tests/exploreServicesBreakDown.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/exploreServicesBreakDown.spec.ts b/tests/exploreServicesBreakDown.spec.ts index ed296472..059e0702 100644 --- a/tests/exploreServicesBreakDown.spec.ts +++ b/tests/exploreServicesBreakDown.spec.ts @@ -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);