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>2021-07-29 03:09:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-29 03:09:04 +0300
commitce806e2ad62f068473a7ac38494abfc18799e339 (patch)
tree62608c8ff211ae01da554db37ede068a98f364e7 /qa
parent112fe349cb75b79a0075f5d3f89cf847b7beaf2d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/project/registry/show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/registry/show.rb b/qa/qa/page/project/registry/show.rb
index dffdb9eebba..03c547fc8b5 100644
--- a/qa/qa/page/project/registry/show.rb
+++ b/qa/qa/page/project/registry/show.rb
@@ -31,7 +31,7 @@ module QA
def click_delete
click_element(:tag_delete_button)
- find_button('Confirm').click
+ find_button('Delete').click
end
end
end