Skip to content

Commit

Permalink
Check "pressing escape" in the new selection check (#5106)
Browse files Browse the repository at this point in the history
- #5096 got merged too fast 🚢
  • Loading branch information
teh-cmc authored Feb 7, 2024
1 parent 70b3dd8 commit 67e05c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/python/release_checklist/check_hover_select_reset.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import rerun as rr

README = """
# Hover, Select, and Reset
# Hover, Select, Deselect, and Reset
This checks whether different UIs behave correctly with hover and selection.
Expand All @@ -30,6 +30,9 @@
For each of the views:
* Zoom and/or pan the view
* Double-click the background of the view and verify it resets the view to its default state.
### Deselect
Finally, try hitting escape and check whether that deselects whatever was currently selected.
"""


Expand Down

0 comments on commit 67e05c9

Please sign in to comment.