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 fcdc2d9 commit 25a0fb8Copy full SHA for 25a0fb8
tests/playwright/shiny/components/selectize/test_selectize.py
@@ -1,10 +1,12 @@
1
# import pytest
2
from playwright.sync_api import Page, expect
3
+from utils.deploy_utils import skip_if_not_chrome
4
5
from shiny.playwright import controller
6
from shiny.run import ShinyAppProc
7
8
9
+@skip_if_not_chrome # trouble with firefox. ??
10
def test_selectize(page: Page, local_app: ShinyAppProc) -> None:
11
page.goto(local_app.url)
12
0 commit comments