test: update label assertion for 'Potential Turn Abandons'

The test was checking for the old 'Stream abandonment' label text.
Updated to match the new 'Potential Turn Abandons' label from the
metric rename in earlier commits.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Abhimanyu Kapur 2026-08-08 13:44:10 -07:00
parent b7f53ccded
commit 60acc1e782

View file

@ -315,7 +315,7 @@ describe("AutoRouterBenchmarksTab", () => {
expect(screen.getByText("6.9%")).toBeInTheDocument();
expect(screen.getByText("vs. 3.1% on your non-router traffic")).toBeInTheDocument();
expect(screen.getByText("Stream abandonment")).toBeInTheDocument();
expect(screen.getByText("Potential Turn Abandons")).toBeInTheDocument();
expect(screen.getByText("2.4%")).toBeInTheDocument();
expect(screen.getByText("vs. 2.1% on your non-router traffic")).toBeInTheDocument();
});