diff options
Diffstat (limited to 'Tests/ui_helpers.gd')
| -rw-r--r-- | Tests/ui_helpers.gd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/ui_helpers.gd b/Tests/ui_helpers.gd index 858a639..96806b6 100644 --- a/Tests/ui_helpers.gd +++ b/Tests/ui_helpers.gd @@ -12,6 +12,5 @@ static func click_control(sender, control: Control): static func press_key(sender, key): sender.key_down(key) \ - .hold_for('1f') \ - .wait('1f') + .hold_for('1f') return sender |
