# File lib/capybara/node/matchers.rb, line 283
      def has_no_button?(locator)
        has_no_selector?(:button, locator)
      end