diff --git a/R/dashboard_panels.R b/R/dashboard_panels.R index acb63041..2bb9b87a 100644 --- a/R/dashboard_panels.R +++ b/R/dashboard_panels.R @@ -252,7 +252,7 @@ dashboard_panel <- function() { inputId = "geography_choice", label = "Choose geographic level:", choices = c("National", "Regional", "Local authority"), - selected = head(geog_levels, 1), + selected = "National", selectize = TRUE, width = "100%" ) diff --git a/tests/testthat/_snaps/UI_tests/008_.png b/tests/testthat/_snaps/UI_tests/008_.png index c938ff43..8d48601c 100644 Binary files a/tests/testthat/_snaps/UI_tests/008_.png and b/tests/testthat/_snaps/UI_tests/008_.png differ diff --git a/tests/testthat/_snaps/UI_tests/011.json b/tests/testthat/_snaps/UI_tests/011.json index 041c784b..a37660b7 100644 --- a/tests/testthat/_snaps/UI_tests/011.json +++ b/tests/testthat/_snaps/UI_tests/011.json @@ -429,23 +429,23 @@ "2025-06-09" ], "y": [ - 0.00042737964989059102, - 0.000640896913867727, + 0.00042737964989058999, + 0.00064089691386771995, 0.0030152463779352899, - 0.00085397461133480501, + 0.00085397461133480002, 0.0034164673727365901, 0.0021464432362354002, 0.0088688541134662909, 0.0029826833924188698, 0.0038349521802768399, - 0.000427148718233484, + 0.00042714871823347998, 0.00042646287427448003, 0.00255611742803464, 0.0040468583599574002, 0.0077343958563597902, 0.0079815537424618704, - 0.000213175981035865, - 0.00042587805407799499, + 0.00021317598103585999, + 0.00042587805407799, 0.00341589844533922, 0.0021303973617159098, 0.00043370588669000001, diff --git a/tests/testthat/_snaps/UI_tests/012.json b/tests/testthat/_snaps/UI_tests/012.json index 0fad62e5..bc24e76a 100644 --- a/tests/testthat/_snaps/UI_tests/012.json +++ b/tests/testthat/_snaps/UI_tests/012.json @@ -448,7 +448,7 @@ 3.53712760219552, 0, 0.0098652938960736101, - 0.00056026175429160503, + 0.00056026175429160004, 0.0027110311858954102, 0.0018483177997624901, 4.2666926791201298, diff --git a/tests/testthat/_snaps/UI_tests/013_.png b/tests/testthat/_snaps/UI_tests/013_.png index 75e56f08..b57b2abb 100644 Binary files a/tests/testthat/_snaps/UI_tests/013_.png and b/tests/testthat/_snaps/UI_tests/013_.png differ diff --git a/tests/testthat/_snaps/UI_tests/014_.png b/tests/testthat/_snaps/UI_tests/014_.png index 684015da..4e30deb5 100644 Binary files a/tests/testthat/_snaps/UI_tests/014_.png and b/tests/testthat/_snaps/UI_tests/014_.png differ