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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-08 15:09:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-08 15:09:28 +0300
commit61cf5b32c5a6a3982a704d33e72ea9b391a3b04d (patch)
treec35de1f864996c71e7b31909c503772283ef403d /qa
parent5bd8b9d24f16a0b9773c55cd0680ed98d345b07c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/project/new.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/new.rb b/qa/qa/page/project/new.rb
index 7864e664429..65ce550aec7 100644
--- a/qa/qa/page/project/new.rb
+++ b/qa/qa/page/project/new.rb
@@ -95,7 +95,7 @@ module QA
end
def disable_initialize_with_readme
- uncheck_element(:initialize_with_readme_checkbox)
+ uncheck_element(:initialize_with_readme_checkbox, true)
end
end
end