Skip to content

Commit 6ece427

Browse files
test(browsers): Unskip webkit tests (#1431)
Co-authored-by: Karan Gathani <karan.gathani@posit.co> Co-authored-by: Karan <karangattu@users.noreply.github.com>
1 parent 339e6c4 commit 6ece427

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/playwright/shiny/bugs/0696-resolve-id/test_0696_resolve_id.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def expect_default_outputs(page: Page, module_id: str):
109109

110110
# Sidebars do not seem to work on webkit. Skipping test on webkit
111111
@pytest.mark.flaky(reruns=reruns, reruns_delay=reruns_delay)
112-
@pytest.mark.skip_browser("webkit")
113112
def test_module_support(page: Page, local_app: ShinyAppProc) -> None:
114113
page.set_viewport_size({"width": 3000, "height": 6000})
115114
page.goto(local_app.url)

tests/playwright/shiny/components/nav/test_nav.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from dataclasses import dataclass
44

5-
import pytest
65
from conftest import ShinyAppProc
76
from controls import (
87
LayoutNavSetBar,
@@ -17,7 +16,6 @@
1716
from playwright.sync_api import Page
1817

1918

20-
@pytest.mark.skip_browser("webkit")
2119
def test_nav(page: Page, local_app: ShinyAppProc) -> None:
2220
page.goto(local_app.url)
2321

0 commit comments

Comments
 (0)