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