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>2023-05-26 03:09:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-26 03:09:48 +0300
commit7eafea98cbfe5bb7c574cd67bcfbb2d8f898bb62 (patch)
tree6cec3eb3727a123b0b3b03a30cd86c377e2aef18 /qa
parent453fb3ab5c9b08fb04b9de8205e971e2769b9224 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/lib/gitlab/page/trials/select.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/lib/gitlab/page/trials/select.rb b/qa/lib/gitlab/page/trials/select.rb
index 6eaf6003837..d4cf54805ea 100644
--- a/qa/lib/gitlab/page/trials/select.rb
+++ b/qa/lib/gitlab/page/trials/select.rb
@@ -4,7 +4,7 @@ module Gitlab
module Page
module Trials
class Select < Chemlab::Page
- path '/-/trials/select'
+ path '/-/trials/new?step=trial'
button :select_group, 'data-testid': 'base-dropdown-toggle'
div :group_dropdown, 'data-testid': 'base-dropdown-menu'