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/support/page/logging.rb')
-rw-r--r--qa/qa/support/page/logging.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/support/page/logging.rb b/qa/qa/support/page/logging.rb
index ccc5e04d672..932b1bf7f6b 100644
--- a/qa/qa/support/page/logging.rb
+++ b/qa/qa/support/page/logging.rb
@@ -75,7 +75,7 @@ module QA
super
end
- # @param name [Symbol] name of the data_qa_selector element
+ # @param name [Symbol, String] name of the data_qa_selector or data-testid element
# @param page [Class] a target page class to check existence of (class must inherit from QA::Page::Base)
# @param kwargs [Hash] keyword arguments to pass to Capybara finder
def click_element(name, page = nil, **kwargs)