summaryrefslogtreecommitdiff
path: root/Tests/ui_helpers.gd
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-09-05 20:35:53 +0200
committerSophia Pearson <codergal89@gmail.com>2022-09-05 20:35:53 +0200
commitf20bd89dc4a7bf14a88b1effcaa1887b29314525 (patch)
treed114787f68efd2a7d61d95fa9c84e8e5d69a7c11 /Tests/ui_helpers.gd
parent1b477b62f8be8c546a35dbd1d2688ebf623c496f (diff)
downloadtexty-f20bd89dc4a7bf14a88b1effcaa1887b29314525.tar.xz
texty-f20bd89dc4a7bf14a88b1effcaa1887b29314525.zip
gui: split GUI into Terminal components
Diffstat (limited to 'Tests/ui_helpers.gd')
-rw-r--r--Tests/ui_helpers.gd3
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