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/lib
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-06 03:11:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-06 03:11:07 +0300
commit2c39efa4582c5a225b1e1c4a902cff21bae5c8df (patch)
tree56fcb1401d6703aa4ff12e6a2e3df91d4265f980 /qa/lib
parent6f8fe6450380e608cbc1c21f600bee678dde228e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/lib')
-rw-r--r--qa/lib/gitlab/page/main/sign_up.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/lib/gitlab/page/main/sign_up.rb b/qa/lib/gitlab/page/main/sign_up.rb
index 85d7f482461..ff9a3e370f7 100644
--- a/qa/lib/gitlab/page/main/sign_up.rb
+++ b/qa/lib/gitlab/page/main/sign_up.rb
@@ -10,7 +10,7 @@ module Gitlab
text_field :first_name, 'data-qa-selector': 'new_user_first_name_field'
text_field :last_name, 'data-qa-selector': 'new_user_last_name_field'
- text_field :username, 'data-qa-selector': 'new_user_username_field'
+ text_field :username, 'data-testid': 'new_user_username_field'
text_field :email, 'data-qa-selector': 'new_user_email_field'
text_field :password, 'data-qa-selector': 'new_user_password_field'