Removed not needed checks.
This commit is contained in:
parent
874ec0f83b
commit
1349974f99
1 changed files with 0 additions and 24 deletions
|
@ -14,18 +14,6 @@ class TaskbarSessionTest < TestCase
|
||||||
:instance2_password => 'test',
|
:instance2_password => 'test',
|
||||||
:url => browser_url,
|
:url => browser_url,
|
||||||
:action => [
|
:action => [
|
||||||
{
|
|
||||||
:where => :instance1,
|
|
||||||
:execute => 'check',
|
|
||||||
:css => '#login',
|
|
||||||
:result => false,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
:where => :instance2,
|
|
||||||
:execute => 'check',
|
|
||||||
:css => '#login',
|
|
||||||
:result => false,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
:execute => 'wait',
|
:execute => 'wait',
|
||||||
:value => 14,
|
:value => 14,
|
||||||
|
@ -66,18 +54,6 @@ class TaskbarSessionTest < TestCase
|
||||||
:instance2_password => 'test',
|
:instance2_password => 'test',
|
||||||
:url => browser_url,
|
:url => browser_url,
|
||||||
:action => [
|
:action => [
|
||||||
{
|
|
||||||
:where => :instance1,
|
|
||||||
:execute => 'check',
|
|
||||||
:css => '#login',
|
|
||||||
:result => false,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
:where => :instance2,
|
|
||||||
:execute => 'check',
|
|
||||||
:css => '#login',
|
|
||||||
:result => false,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
:execute => 'wait',
|
:execute => 'wait',
|
||||||
:value => 14,
|
:value => 14,
|
||||||
|
|
Loading…
Reference in a new issue