# File lib/selenium_poetry.rb, line 119
  def should_have_text(key, text)
    run_protected do
      assert_text @selectors[key], text
    end
  end