features/support/screens/webview_screen.rb in gametel-0.7 vs features/support/screens/webview_screen.rb in gametel-0.8

- old
+ new

@@ -1,6 +1,7 @@ class WebviewScreen - include Gametel + include Gametel::Webview - webview(:web, :id => 'webView1') + link(:some_other_page, :text => 'Some Other Page') + text(:address, :id => 'tf') end