From 76e5b6544b38ebb52caf358a93a2b5df5efa4707 Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Wed, 13 Feb 2013 15:45:07 -0800 Subject: [PATCH] fix this test, no need to escape anymore --- test/functional/uicatalog/webview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/uicatalog/webview.js b/test/functional/uicatalog/webview.js index ce5070c3..bdd3179a 100644 --- a/test/functional/uicatalog/webview.js +++ b/test/functional/uicatalog/webview.js @@ -208,7 +208,7 @@ var loadWebView = function(driver, cb) { driver.elementByTagName('textField', function(err, elem) { elem.sendKeys("http://www.saucelabs.com/test/guinea-pig", function(err) { should.not.exist(err); - driver.keys("\\uE007", function(err) { + driver.keys("\uE007", function(err) { should.not.exist(err); driver.window(handles[0], function(err) { should.not.exist(err);