Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthon committed Jan 30, 2025
1 parent a1b6fed commit 3222c6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-moduleNavbarWidget.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ with_envvar(
expect_equal(rv$org, 1)
expect_equal(rv$role, "LU")

session$setInputs(selectOrganization = 2)
session$setInputs(unit = paste0("Ukjent", " (", "2", ") - ", "SC"))
expect_equal(rv$unit, 2)
expect_equal(rv$org, 2)
Expand Down

0 comments on commit 3222c6a

Please sign in to comment.