We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68edee6 commit 37df231Copy full SHA for 37df231
tests/playwright/examples/example_apps.py
@@ -259,6 +259,7 @@ def on_console_msg(msg: ConsoleMessage) -> None:
259
if ex_app_path not in [
260
"shiny/api-examples/SafeException/app-express.py",
261
"shiny/api-examples/SafeException/app-core.py",
262
+ "examples/global_pyplot/app.py",
263
]:
264
expect(page.locator(".shiny-busy")).to_have_count(
265
0, timeout=SHINY_INIT_TIMEOUT
0 commit comments