Browse Source

Small selenium adjustments.

Martin Edenhofer 11 years ago
parent
commit
07bd230320
1 changed files with 6 additions and 2 deletions
  1. 6 2
      test/browser/taskbar_task_test.rb

+ 6 - 2
test/browser/taskbar_task_test.rb

@@ -109,13 +109,17 @@ class TaskbarTaskTest < TestCase
           },
           {
             :execute => 'wait',
-            :value   => 3,
+            :value   => 2,
           },
           {
             :execute => 'set',
             :css     => '.active .ticket_create input[name="subject"]',
             :value   => 'INBOUND TEST#1',
           },
+          {
+            :execute => 'wait',
+            :value   => 3,
+          },
           {
             :execute => 'click',
             :css     => 'a[href="#new"]',
@@ -126,7 +130,7 @@ class TaskbarTaskTest < TestCase
           },
           {
             :execute => 'wait',
-            :value   => 1,
+            :value   => 2,
           },
           {
             :execute => 'set',