summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-08 00:10:24 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-08 00:10:24 +0000
commit9c1accf52813b2b4b98ce85c9ec4a16fdbb86ee1 (patch)
treea9b3c0191e4205184bda7920a0a7776db876fbdd /qa
parentc19944d9970b788d8523cee6ee05217a8afd7646 (diff)
downloadgitlab-ce-9c1accf52813b2b4b98ce85c9ec4a16fdbb86ee1.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/runtime/browser.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa/runtime/browser.rb b/qa/qa/runtime/browser.rb
index f01657c8deb..945823fb9c0 100644
--- a/qa/qa/runtime/browser.rb
+++ b/qa/qa/runtime/browser.rb
@@ -172,6 +172,7 @@ module QA
}
if QA::Runtime::Env.remote_grid
+ selenium_options[:browser] = :remote
selenium_options[:url] = QA::Runtime::Env.remote_grid
capabilities[:browserVersion] = 'latest'
capabilities['sauce:options'] = { tunnelIdentifier: QA::Runtime::Env.remote_tunnel_id }