From 7ca6ca1b29e0c576f705995522f66b9897a7a10a Mon Sep 17 00:00:00 2001 From: "Anna (Anya) Parker" <50943381+anna-parker@users.noreply.github.com> Date: Fri, 3 Jan 2025 18:45:28 +0100 Subject: [PATCH] fix(website): prevent playwright race conditions by changing name of info header --- .../src/preact/prevalenceOverTime/prevalence-over-time.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/src/preact/prevalenceOverTime/prevalence-over-time.tsx b/components/src/preact/prevalenceOverTime/prevalence-over-time.tsx index b55e2f68..e478a550 100644 --- a/components/src/preact/prevalenceOverTime/prevalence-over-time.tsx +++ b/components/src/preact/prevalenceOverTime/prevalence-over-time.tsx @@ -229,7 +229,7 @@ const PrevalenceOverTimeInfo: FunctionComponent = (comp const lapis = useContext(LapisUrlContext); return ( - Prevalence over time + Info for Prevalence over time This presents the proportion of one or more variants per {granularity} {smoothingWindow > 0 && `, smoothed using a ${smoothingWindow}-${granularity} sliding window`}. The