summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qa/qa/page/project/settings/protected_branches.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/settings/protected_branches.rb b/qa/qa/page/project/settings/protected_branches.rb
index 239073fb54d..242d0743506 100644
--- a/qa/qa/page/project/settings/protected_branches.rb
+++ b/qa/qa/page/project/settings/protected_branches.rb
@@ -64,7 +64,7 @@ module QA
def last_push_allowance
within_element(:protected_branches_list) do
- all('.qa-allowed-to-push').last
+ all('.js-allowed-to-push').last
end
end