From 7099e8d4d3f6700a5b7e161e1a90687c767fa38a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:24:49 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- vizro-ai/tests/integration/test_dashboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vizro-ai/tests/integration/test_dashboard.py b/vizro-ai/tests/integration/test_dashboard.py index 0109b3a81..766d59845 100644 --- a/vizro-ai/tests/integration/test_dashboard.py +++ b/vizro-ai/tests/integration/test_dashboard.py @@ -29,7 +29,7 @@ def test_simple_dashboard(dash_duo): I need a second page showing 2 cards and one chart. The first card says 'The Gapminder dataset provides historical data on countries' development indicators.' - The chart is an scatter plot showing life expectancy vs. GDP per capita by country. Life expectancy on the y axis, + The chart is an scatter plot showing life expectancy vs. GDP per capita by country. Life expectancy on the y axis, GDP per capita on the x axis, and colored by continent. The second card says 'Data spans from 1952 to 2007 across various countries.' The layout uses a grid of 3 columns and 2 rows. @@ -38,7 +38,7 @@ def test_simple_dashboard(dash_duo): The first column is occupied by the first card. The second and third columns are spanned by the chart. - Row 2: The second row mirrors the layout of the first row with respect to chart, but the first column is occupied + Row 2: The second row mirrors the layout of the first row with respect to chart, but the first column is occupied by the second card. Add a filter to filter the scatter plot by continent.