Ensure all messages are retrieved from the server in the Query Tool. Fixes #3094

This commit is contained in:
Khushboo Vashi
2018-03-07 13:38:27 +00:00
committed by Dave Page
parent d1ab47c10c
commit d3c303e455
4 changed files with 148 additions and 47 deletions

View File

@@ -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'] +