From f20bd89dc4a7bf14a88b1effcaa1887b29314525 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Mon, 5 Sep 2022 20:35:53 +0200 Subject: gui: split GUI into Terminal components --- Tests/ui_helpers.gd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Tests/ui_helpers.gd') 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 -- cgit v1.2.3