OzFramework / oz

Oz is a behavioral web-ui testing framework developed to reduce test maintenance by using a predictive model rather than a scriptive model when writing tests.
Apache License 2.0
23 stars 7 forks source link

Fixing Deprecations #62

Closed McAllaster closed 6 years ago

McAllaster commented 6 years ago

I noticed that there were a few deprecations for Watir.

  1. Watir was being required via require 'watir-webdriver' instead of require 'watir'
  2. The Example application was using strings instead of arrays of strings for elements with multiple classes.