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 'rubocop/cop/qa/selector_usage.rb')
-rw-r--r--rubocop/cop/qa/selector_usage.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/rubocop/cop/qa/selector_usage.rb b/rubocop/cop/qa/selector_usage.rb
index 568b1c30851..d615bd2926c 100644
--- a/rubocop/cop/qa/selector_usage.rb
+++ b/rubocop/cop/qa/selector_usage.rb
@@ -16,7 +16,7 @@ module RuboCop
# # good
# find('[data-testid="the_selector"]')
# find('#selector')
- class SelectorUsage < RuboCop::Cop::Cop
+ class SelectorUsage < RuboCop::Cop::Base
include QAHelpers
include CodeReuseHelpers