Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed May 29, 2024
1 parent b50b734 commit ff9b44d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/_snaps/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
<script data-bslib-sidebar-init>bslib.Sidebar.initCollapsibleAll()</script>
</div>
</body>
<script>document.documentElement.dataset.shinyBusySpinners = 'true';
document.documentElement.dataset.shinyBusyPulse = 'true';</script>

---

Expand All @@ -72,4 +74,6 @@
<script data-bslib-sidebar-init>bslib.Sidebar.initCollapsibleAll()</script>
</div>
</body>
<script>document.documentElement.dataset.shinyBusySpinners = 'true';
document.documentElement.dataset.shinyBusyPulse = 'true';</script>

2 changes: 2 additions & 0 deletions tests/testthat/_snaps/page/modern-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@

</head>
<body>A simple page without bs3compat dependencies</body>
<script>document.documentElement.dataset.shinyBusySpinners = 'true';
document.documentElement.dataset.shinyBusyPulse = 'true';</script>
</html>

0 comments on commit ff9b44d

Please sign in to comment.