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
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/resource/impersonation_token.rb')
-rw-r--r--qa/qa/resource/impersonation_token.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa/resource/impersonation_token.rb b/qa/qa/resource/impersonation_token.rb
index 99a9cd7bbab..07fb7e0d199 100644
--- a/qa/qa/resource/impersonation_token.rb
+++ b/qa/qa/resource/impersonation_token.rb
@@ -82,6 +82,7 @@ module QA
Page::Admin::Overview::Users::Show.perform do |show|
show.go_to_impersonation_tokens do |impersonation_tokens|
+ impersonation_tokens.click_add_new_token_button
impersonation_tokens.fill_token_name(name)
impersonation_tokens.check_api
impersonation_tokens.fill_expiry_date(expires_at)