diff --git a/inst/MetFamily/tests/testthat/test-shinytest2.R b/inst/MetFamily/tests/testthat/test-shinytest2.R index 79301a3..45108d8 100644 --- a/inst/MetFamily/tests/testthat/test-shinytest2.R +++ b/inst/MetFamily/tests/testthat/test-shinytest2.R @@ -1,10 +1,10 @@ library(shinytest2) test_that("{shinytest2} recording: MetFamilyLoadExample", { - app <- AppDriver$new(variant = platform_variant(), name = "MetFamilyLoadExample", + app <- AppDriver$new(variant = platform_variant(), name = "MetFamilyLoadExample", height = 1113, width = 1549) - app$expect_screenshot() + #app$expect_screenshot() app$set_inputs(fileInputSelection = "Example data") app$click("loadExampleData") - app$expect_values() + app$expect_values(screenshot_args = FALSE) })