Fix for driver time out.
This commit is contained in:
@@ -114,7 +114,9 @@ RSpec.describe 'AutoRunEngine test', :run_on_browserstack => true do
|
|||||||
end
|
end
|
||||||
|
|
||||||
after(:all) do
|
after(:all) do
|
||||||
# @driver.quit
|
puts @driver
|
||||||
|
puts @driver.class
|
||||||
|
@driver.quit
|
||||||
|
|
||||||
# Code to stop browserstack local after end of test
|
# Code to stop browserstack local after end of test
|
||||||
# @bs_local.stop if @enable_local
|
# @bs_local.stop if @enable_local
|
||||||
|
|||||||
@@ -110,7 +110,9 @@ RSpec.describe 'Browser details handler', :run_on_browserstack => true do
|
|||||||
end
|
end
|
||||||
|
|
||||||
after(:all) do
|
after(:all) do
|
||||||
# @driver.quit
|
puts @driver
|
||||||
|
puts @driver.class
|
||||||
|
@driver.quit
|
||||||
|
|
||||||
# Code to stop browserstack local after end of test
|
# Code to stop browserstack local after end of test
|
||||||
# @bs_local.stop if @enable_local
|
# @bs_local.stop if @enable_local
|
||||||
|
|||||||
@@ -85,7 +85,9 @@ RSpec.describe 'BeEF WebSockets enabled', :run_on_browserstack => true do
|
|||||||
end
|
end
|
||||||
|
|
||||||
after(:all) do
|
after(:all) do
|
||||||
# @driver.quit
|
puts @driver
|
||||||
|
puts @driver.class
|
||||||
|
@driver.quit
|
||||||
|
|
||||||
# Code to stop browserstack local after end of test
|
# Code to stop browserstack local after end of test
|
||||||
# @bs_local.stop if @enable_local
|
# @bs_local.stop if @enable_local
|
||||||
|
|||||||
@@ -118,8 +118,9 @@ RSpec.describe 'BeEF Debug Command Modules:', :run_on_browserstack => true do
|
|||||||
end
|
end
|
||||||
|
|
||||||
after(:all) do
|
after(:all) do
|
||||||
# puts @driver.methods.sort
|
puts @driver
|
||||||
# @driver.quit
|
puts @driver.class
|
||||||
|
@driver.quit
|
||||||
|
|
||||||
# Code to stop browserstack local after end of test
|
# Code to stop browserstack local after end of test
|
||||||
# @bs_local.stop if @enable_local
|
# @bs_local.stop if @enable_local
|
||||||
|
|||||||
Reference in New Issue
Block a user