insightsengineering / teal

Exploratory Web Apps for Analyzing Clinical Trial Data
https://insightsengineering.github.io/teal/
Other
168 stars 33 forks source link

[Bug]: tests using old API #1173

Closed averissimo closed 4 months ago

averissimo commented 4 months ago

What happened?

shinytests2 tests are using old API that exposes TealAppDriver$get_active_data_filters

Calls in test files to this method need to be migrated.

How to reproduce:

withr::with_envvar(list(TESTING_DEPTH=5), devtools::test())

Follow-up