changeset 188:2f4f704ba819

fixed GuiClientSmokeTest - about entry is now 1 item lower in help menu
author Zdenek Zambersky <zzambers@redhat.com>
date Fri, 10 Jul 2015 14:32:40 +0200
parents 877b403e8344
children 2af53c61efc6
files src/org/thermostat/qa2/tests/GuiClientSmokeTest.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/org/thermostat/qa2/tests/GuiClientSmokeTest.java	Fri Jul 10 14:21:09 2015 +0200
+++ b/src/org/thermostat/qa2/tests/GuiClientSmokeTest.java	Fri Jul 10 14:32:40 2015 +0200
@@ -173,6 +173,7 @@
         robot.pressRightKey();
         robot.pressRightKey();
         robot.pressDownKey();
+        robot.pressDownKey();
         robot.pressEnterKey();
 
         robot.makeScreenshot("startGUIWithStorageMenuHelpAboutTest1");