capybara-ui icon indicating copy to clipboard operation
capybara-ui copied to clipboard

Separate widget verification from waiting

Open david opened this issue 12 years ago • 0 comments

Introduce an inner class FrozenWidget that does the actual checks (==, !=, etc) and can be tested independently of waiting for changes. Widget would then act as a wrapper over this new class.

david avatar Aug 20 '13 11:08 david