mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure all messages are retrieved from the server in the Query Tool. Fixes #3094
This commit is contained in:
committed by
Dave Page
parent
d1ab47c10c
commit
d3c303e455
@@ -62,7 +62,9 @@ class KeyboardShortcutFeatureTest(BaseFeatureTest):
|
||||
).key_down(
|
||||
key_combo[2]
|
||||
).key_up(
|
||||
Keys.ALT
|
||||
key_combo[0]
|
||||
).key_up(
|
||||
key_combo[1]
|
||||
).perform()
|
||||
|
||||
print("Executing shortcut: " + self.new_shortcuts[s]['locator'] +
|
||||
|
||||
Reference in New Issue
Block a user