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/danger
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-17 15:09:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-17 15:09:15 +0300
commitcd92e0ff989f38f028fd3ee8d27e0fb1d21f7362 (patch)
treeb27854c43f5f5c4a0e71fc6c756b83c55ae543b4 /danger
parentd0ed973bd7c3a5c79c2bf9673d9d7260f91dd961 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger')
-rw-r--r--danger/qa_selector/Dangerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/danger/qa_selector/Dangerfile b/danger/qa_selector/Dangerfile
index 93692ba0d6c..57f992ec160 100644
--- a/danger/qa_selector/Dangerfile
+++ b/danger/qa_selector/Dangerfile
@@ -2,7 +2,7 @@
return if helper.stable_branch?
-data_testids = /testid|data-testid/
+data_testids = /testid|data-testid|find_by_testid|within_testid/
deprecated_qa_selectors = /(?=qa_selector|data-qa-selector)|(?!.*\bdata-qa-)(?=class=.*qa-.*|class: .*qa-.*)/