ruby_lib icon indicating copy to clipboard operation
ruby_lib copied to clipboard

Use page object pattern for ruby_lib unit tests

Open bootstraponline opened this issue 11 years ago • 1 comments

bootstraponline avatar Apr 17 '14 20:04 bootstraponline

Tests are failing now due to flakiness. It looks like the page object pattern is necessary.

Sometime in the future, I will have a custom test app that works the same on android/ios. That'll eliminate the need to duplicate tests and will make the page object pattern easier to apply.


improvements

todo: research page object DSL style

bootstraponline avatar Apr 29 '14 02:04 bootstraponline