Browse Source

Removed not needed checks.

Martin Edenhofer 11 years ago
parent
commit
1349974f99
1 changed files with 0 additions and 24 deletions
  1. 0 24
      test/browser/taskbar_session_test.rb

+ 0 - 24
test/browser/taskbar_session_test.rb

@@ -14,18 +14,6 @@ class TaskbarSessionTest < TestCase
         :instance2_password => 'test',
         :url      => browser_url,
         :action   => [
-          {
-            :where   => :instance1,
-            :execute => 'check',
-            :css     => '#login',
-            :result  => false,
-          },
-          {
-            :where   => :instance2,
-            :execute => 'check',
-            :css     => '#login',
-            :result  => false,
-          },
           {
             :execute => 'wait',
             :value   => 14,
@@ -66,18 +54,6 @@ class TaskbarSessionTest < TestCase
         :instance2_password => 'test',
         :url      => browser_url,
         :action   => [
-          {
-            :where   => :instance1,
-            :execute => 'check',
-            :css     => '#login',
-            :result  => false,
-          },
-          {
-            :where   => :instance2,
-            :execute => 'check',
-            :css     => '#login',
-            :result  => false,
-          },
           {
             :execute => 'wait',
             :value   => 14,