Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/playwright/deploys/apps/plotly_app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandas
plotly
git+https://github.com/posit-dev/py-shiny.git#egg=shiny
git+https://github.com/posit-dev/py-htmltools#egg=htmltools
git+https://github.com/posit-dev/py-shinywidgets#egg=shinywidgets
git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools
git+https://github.com/posit-dev/py-shinywidgets.git#egg=shinywidgets
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git+https://github.com/posit-dev/py-shiny.git#egg=shiny
git+https://github.com/posit-dev/py-htmltools#egg=htmltools
git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools
10 changes: 4 additions & 6 deletions tests/playwright/deploys/apps/shiny-express-page-default/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
background-color: #00000022}
"""
)


with layout.div(id="shell"):
with layout.row():
with layout.column(width=8):
Expand All @@ -30,20 +28,20 @@

with layout.column(width=6):
# check height is below 300px - bounding box
with layout.navset_card_tab(id="express_navset_card_tab"):
with layout.nav(title="Two"):
with layout.navset_card(id="express_navset_card_tab", type="tab"):
with layout.nav_panel(title="Two"):
...


with layout.column(width=6):
with layout.row():
with layout.navset_tab(id="express_navset_tab"):
with layout.navset(id="express_navset_tab", type="tab"):
for fn_txt, fn in [
("pre", layout.pre),
("div", layout.div),
("span", layout.span),
]:
with layout.nav(title=fn_txt):
with layout.nav_panel(title=fn_txt):
for i in range(3):
with fn():
ui.HTML(f"{fn_txt} {i}")
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git+https://github.com/posit-dev/py-shiny.git#egg=shiny
git+https://github.com/posit-dev/py-htmltools#egg=htmltools
git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git+https://github.com/posit-dev/py-shiny.git#egg=shiny
git+https://github.com/posit-dev/py-htmltools#egg=htmltools
git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git+https://github.com/posit-dev/py-shiny.git#egg=shiny
git+https://github.com/posit-dev/py-htmltools#egg=htmltools
git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git+https://github.com/posit-dev/py-shiny.git#egg=shiny
git+https://github.com/posit-dev/py-htmltools#egg=htmltools
git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools