diff --git a/docs/dashboards-and-widgets/ComponentHealthCheck.mdx b/docs/dashboards-and-widgets/ComponentHealthCheck.mdx index 9f4f5ef25..0d540a26a 100644 --- a/docs/dashboards-and-widgets/ComponentHealthCheck.mdx +++ b/docs/dashboards-and-widgets/ComponentHealthCheck.mdx @@ -146,12 +146,12 @@ And have values - from specified on widget wizard to 100%. Depending on this col Let's say we set 'The min allowable passing rate for the component' to be 90%. The tests cases will be grouped in following color groups: -green: tests with passing rate=100%. -slightly green: >= 90% (specified on widget wizard) and <100%. -light red: >= 67,5% (calculated as (90%/4*3)) and <90% -strong red: >=45% (calculated as (90%/4*2)) and <67,5% -regular red: >=22,5% (calculated as (90%/4)) and <45% -dark red: < 22,5% +green: tests with passing rate equals to 100% +slightly green: greater than or equal to 90% (specified on widget wizard) and less than 100% +light red: greater than or equal to 67,5% (calculated as (90%/4*3)) and less than 90% +strong red: greater than or equal to 45% (calculated as (90%/4*2)) and less than 67,5% +regular red: greater than or equal to 22,5% (calculated as (90%/4)) and less than 45% +dark red: less than 22,5%