Sha256: aaaecdb3d4bd3e887b178c95f517e7b41bbed422a6db1a3d7995f4efc7536f05
Contents?: true
Size: 356 Bytes
Versions: 5
Compression:
Stored size: 356 Bytes
Contents
# Tests specifically for areas where the web_context differs in behaviour describe 'the web context' do t 'get_android_inspect' do scroll_to "Views" last_text.click scroll_to 'WebView' last_text.click set_context 'WEBVIEW' current_context.must_equal 'WEBVIEW_1' get_android_inspect.split("\n").length.must_be :>=, 3 end end
Version data entries
5 entries across 5 versions & 1 rubygems