From fd3d1f969f16c47cdfbce7fb7e8ff7bfb9dd5682 Mon Sep 17 00:00:00 2001 From: Vim <86254807+vim-usds@users.noreply.github.com> Date: Mon, 28 Feb 2022 21:46:46 -0500 Subject: [PATCH] Add THE to percentiles (#1330) * Update copy - add the before percentile - change to exceeds * update snapshots --- .../__snapshots__/Categories.test.tsx.snap | 30 ++++++++--------- .../__snapshots__/CategoryCard.test.tsx.snap | 4 +-- .../datasetContainer.test.tsx.snap | 2 +- client/src/data/copy/methodology.tsx | 20 ++++++------ .../__snapshots__/methodology.test.tsx.snap | 32 +++++++++---------- 5 files changed, 44 insertions(+), 44 deletions(-) diff --git a/client/src/components/Categories/__snapshots__/Categories.test.tsx.snap b/client/src/components/Categories/__snapshots__/Categories.test.tsx.snap index 23793fcd..d26d364e 100644 --- a/client/src/components/Categories/__snapshots__/Categories.test.tsx.snap +++ b/client/src/components/Categories/__snapshots__/Categories.test.tsx.snap @@ -43,7 +43,7 @@ exports[`rendering of the Categories checks if component renders 1`] = ` IF - at or above 90th percentile for + at or above the 90th percentile for @@ -70,7 +70,7 @@ exports[`rendering of the Categories checks if component renders 1`] = ` AND - is above 65th percentile for + is above the 65th percentile for @@ -106,7 +106,7 @@ exports[`rendering of the Categories checks if component renders 1`] = ` IF - at or above 90th percentile for + at or above the 90th percentile for @@ -127,7 +127,7 @@ exports[`rendering of the Categories checks if component renders 1`] = ` AND - is above 65th percentile for + is above the 65th percentile for @@ -163,7 +163,7 @@ exports[`rendering of the Categories checks if component renders 1`] = ` IF - at or above 90th percentile for + at or above the 90th percentile for @@ -184,7 +184,7 @@ exports[`rendering of the Categories checks if component renders 1`] = ` AND - is above 65th percentile for + is above the 65th percentile for @@ -220,7 +220,7 @@ exports[`rendering of the Categories checks if component renders 1`] = ` IF - at or above 90th percentile for + at or above the 90th percentile for @@ -233,7 +233,7 @@ exports[`rendering of the Categories checks if component renders 1`] = ` median home value is at or less than - 90th percentile OR at or above the 90th percentile for the + the 90th percentile OR at or above the 90th percentile for the @@ -248,7 +248,7 @@ exports[`rendering of the Categories checks if component renders 1`] = ` AND - is above 65th percentile for + is above the 65th percentile for @@ -284,7 +284,7 @@ exports[`rendering of the Categories checks if component renders 1`] = ` IF - at or above 90th percentile for + at or above the 90th percentile for @@ -311,7 +311,7 @@ exports[`rendering of the Categories checks if component renders 1`] = ` AND - is above 65th percentile for + is above the 65th percentile for @@ -347,7 +347,7 @@ exports[`rendering of the Categories checks if component renders 1`] = ` IF - at or above 90th percentile for + at or above the 90th percentile for @@ -362,7 +362,7 @@ exports[`rendering of the Categories checks if component renders 1`] = ` AND - is above 65th percentile for + is above the 65th percentile for @@ -398,7 +398,7 @@ exports[`rendering of the Categories checks if component renders 1`] = ` IF - at or above 90th percentile for + at or above the 90th percentile for @@ -431,7 +431,7 @@ exports[`rendering of the Categories checks if component renders 1`] = ` AND - is above 65th percentile for + is above the 65th percentile for diff --git a/client/src/components/CategoryCard/__snapshots__/CategoryCard.test.tsx.snap b/client/src/components/CategoryCard/__snapshots__/CategoryCard.test.tsx.snap index b12f358b..d6db1102 100644 --- a/client/src/components/CategoryCard/__snapshots__/CategoryCard.test.tsx.snap +++ b/client/src/components/CategoryCard/__snapshots__/CategoryCard.test.tsx.snap @@ -21,7 +21,7 @@ exports[`rendering of the CategoryCard checks if component renders 1`] = ` IF - at or above 90th percentile for + at or above the 90th percentile for @@ -48,7 +48,7 @@ exports[`rendering of the CategoryCard checks if component renders 1`] = ` AND - is above 65th percentile for + is above the 65th percentile for diff --git a/client/src/components/DatasetContainer/tests/__snapshots__/datasetContainer.test.tsx.snap b/client/src/components/DatasetContainer/tests/__snapshots__/datasetContainer.test.tsx.snap index e502f53f..209a33f1 100644 --- a/client/src/components/DatasetContainer/tests/__snapshots__/datasetContainer.test.tsx.snap +++ b/client/src/components/DatasetContainer/tests/__snapshots__/datasetContainer.test.tsx.snap @@ -554,7 +554,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Percent of housing units built pre-1960, used as an indicator of potential lead paint exposure in - tracts with median home values less than 90th percentile. + tracts with median home values less than the 90th percentile.