Makes an Oats.assert based on text? existence.
128 129 130
# File 'lib/oats/oats_selenium_api.rb', line 128 def oats_assert_text(text_string) Oats.assert $selenium.text?(text_string), "Missing message: #{text_string}" end