Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa/spec
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-06 03:08:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-06 03:08:15 +0300
commit6c36d81714a3ae8ca82186451fffab8bc635ac99 (patch)
tree8c3977b4ac6aa1ab321b598a080456762294ea22 /qa/spec
parent353c244f5c32ad3283e9ab6ff4b599f96a010b76 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/spec')
-rw-r--r--qa/spec/runtime/env_spec.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/qa/spec/runtime/env_spec.rb b/qa/spec/runtime/env_spec.rb
index ab1043842e5..1d702b70d10 100644
--- a/qa/spec/runtime/env_spec.rb
+++ b/qa/spec/runtime/env_spec.rb
@@ -55,11 +55,6 @@ RSpec.describe QA::Runtime::Env do
end
describe '.webdriver_headless?' do
- before do
- # We need to set this because we have a fallback for CHROME_HEADLESS
- stub_env('CHROME_HEADLESS', 'false')
- end
-
it_behaves_like 'boolean method',
method: :webdriver_headless?,
env_key: 'WEBDRIVER_HEADLESS',