Small correction to the last commit
This commit is contained in:
parent
64dae975ae
commit
e5b7037259
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class E2EInstikiTest < Test::Unit::TestCase
|
|||
|
||||
sleep 8
|
||||
@@ie = Watir::IE.start(HOME)
|
||||
@@ie.set_fast_speed unless ARGV.includes? '-demo'
|
||||
@@ie.set_fast_speed if (ARGV & ['-d', '--demo', '-demo', 'demo']).empty?
|
||||
|
||||
setup_web
|
||||
setup_home_page
|
||||
|
|
Loading…
Reference in a new issue