Skip to content

Commit

Permalink
tests: Add edittext_selection_filter test
Browse files Browse the repository at this point in the history
This test verifies that selection is rendered when filters are present.
  • Loading branch information
kjarosh authored and Dinnerbone committed May 24, 2024
1 parent 277390a commit 3aa7c07
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{ "type": "Wait" },
{ "type": "Wait" },
{ "type": "TextControl", "code": "MoveLeft" },
{ "type": "TextControl", "code": "MoveRight" },
{ "type": "TextControl", "code": "MoveRight" },
{ "type": "Wait" }
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
num_ticks = 3

[image_comparisons."output.01"]
trigger = 1
max_outliers = 5

[image_comparisons."output.02"]
trigger = 2
max_outliers = 5

[image_comparisons."output.03"]
trigger = 3
max_outliers = 5

[player_options]
with_renderer = { optional = false, sample_count = 1 }

0 comments on commit 3aa7c07

Please sign in to comment.