From a186ff0f07835c983b24a0af97bbd119c8b8ec10 Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Thu, 6 Feb 2014 12:40:10 -0800 Subject: [PATCH] change selendroid proxy test to use a method that actually errors --- test/functional/selendroid/basic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/selendroid/basic.js b/test/functional/selendroid/basic.js index 0cc6f559b24..b8c7888d721 100644 --- a/test/functional/selendroid/basic.js +++ b/test/functional/selendroid/basic.js @@ -47,7 +47,7 @@ describe('selendroid - basic -', function () { it('should be able to proxy errors', function (done) { driver - .frame(null).should.be.rejected + .elementByCss("foobar").should.be.rejected .nodeify(done); });