Skip to content

Commit

Permalink
fix selendroid webview tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed May 3, 2014
1 parent 85bcbf5 commit 513e541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/selendroid/webview-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ process.env.DEVICE = process.env.DEVICE || "selendroid";
var androidWebviewTests = require('../../helpers/android-webview');
// if it doesn't work run: adb uninstall io.selendroid.testapp

describe('selendroid - web_view -', androidWebviewTests.windows);
describe('selendroid - web_view -', androidWebviewTests);

0 comments on commit 513e541

Please sign in to comment.