Skip to content

Commit

Permalink
Just remove the return of focus to the last date range dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Sep 11, 2023
1 parent 0878360 commit 7d9d2b7
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,14 +267,6 @@ test_that("fullscreen interior card with inputs (forward tab cycle)", {
key_press("Tab")
expect_focus(app, "#letter-selectized")

# Go back to date input to ensure popup is closed
# FIXME: We should fix this in {bslib} (tab handlers too aggressive)
key_press("Tab")
key_press("Escape")
key_press("Tab")
key_press("Tab")
key_press("Escape")
expect_focus(app, "#dates input:last-child")
expect_card_full_screen(app, "card-with-inputs-left")

app_card_full_screen_exit(app, "click overlay")
Expand Down

0 comments on commit 7d9d2b7

Please sign in to comment.