Skip to content

Commit bd8d1e9

Browse files
Fix incorrect selector in test
1 parent 7e5bd8f commit bd8d1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-e2e/tests/profiler/flamegraph/profiler-hoc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test("Should work with filtered HOC roots", async ({ page }) => {
2626
await devtools.click('[data-testid="filter-menu-button"]');
2727
await devtools.waitForSelector('[data-testid="filter-popup"]');
2828
await devtools
29-
.locator('[data-testid="filter-popup"]:has-text("HOC-Components")')
29+
.locator('[data-testid="filter-popup"] label:has-text("HOC-Components")')
3030
.click();
3131
await devtools.click('[data-testid="filter-update"]');
3232
await wait(1000);

0 commit comments

Comments
 (0)