Skip to content

Commit

Permalink
Fix: Reverting back to original PR commit and trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
JT-39 committed Oct 18, 2024
1 parent 5452012 commit 245f423
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tests/testthat/test-UI-01-basic_load.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ app <- AppDriver$new(
name = "basic_load",
height = 846,
width = 1445,
load_timeout = 45 * 10000,
timeout = 20 * 10000,
load_timeout = 90 * 10000,
timeout = 60 * 10000,
wait = TRUE,
expect_values_screenshot_args = FALSE # Turn off as we don't need screenshots
)
Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/test-UI-mod_la_lvl_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ test_that("Check LA charts behave as expected", {
name = "la-charts",
height = 1059,
width = 1461,
load_timeout = 45 * 10000,
timeout = 20 * 10000,
load_timeout = 90 * 10000,
timeout = 60 * 10000,
wait = TRUE,
variant = shinytest2::platform_variant()
)
Expand Down
3 changes: 0 additions & 3 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ ui <- function(input, output, session) {
tags$head(HTML("<title>Local Authority Interactive Tool (LAIT)</title>")),
tags$head(tags$link(rel = "shortcut icon", href = "dfefavicon.png")),
tags$head(htmltools::includeScript("www/custom_js.js")),
tags$head(
tags$script(HTML(js))
),
shinytitle::use_shiny_title(),
tags$html(lang = "en"),
# Add meta description for search engines
Expand Down

0 comments on commit 245f423

Please sign in to comment.