Removed line causing error from all files.

This commit is contained in:
Jack Walker
2020-04-23 11:47:20 +10:00
parent 3389a73e39
commit f6fdaa39ac
4 changed files with 6 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ RSpec.describe 'AutoRunEngine test', :run_on_browserstack => true do
end end
after(:all) do after(:all) do
@driver.quit # @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

View File

@@ -110,7 +110,7 @@ RSpec.describe 'Browser details handler', :run_on_browserstack => true do
end end
after(:all) do after(:all) do
@driver.quit # @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

View File

@@ -85,7 +85,7 @@ RSpec.describe 'BeEF WebSockets enabled', :run_on_browserstack => true do
end end
after(:all) do after(:all) do
@driver.quit # @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

View File

@@ -118,6 +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
# @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