Skip to content

Commit

Permalink
fix(313-bslib-card-tab-focus): Update selector for card full screen t…
Browse files Browse the repository at this point in the history
…oggle button (#198)
  • Loading branch information
gadenbuie authored Jul 19, 2023
1 parent 6ee6187 commit bbab360
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ app_reset_no_full_screen <- function(app) {

app_card_full_screen_enter <- function(app, id) {
id <- sub("^#", "", id)
app$click(selector = sprintf("#%s > .bslib-full-screen-enter", id))
app$click(selector = sprintf("#%s > * > .bslib-full-screen-enter", id))
expect_card_full_screen(app, id)
invisible(app)
}
Expand Down

0 comments on commit bbab360

Please sign in to comment.