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.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/qa/qa/support/page/logging.rb b/qa/qa/support/page/logging.rb
index b402639b843..bc5ee645965 100644
--- a/qa/qa/support/page/logging.rb
+++ b/qa/qa/support/page/logging.rb
@@ -82,6 +82,12 @@ module QA
super
end
+ def click_via_capybara(method, locator)
+ log("clicking via capybara using '#{method}(#{locator})'")
+
+ super
+ end
+
def fill_element(name, content)
masked_content = name.to_s.match?(/token|key|password/) ? '*****' : content