fix this test, no need to escape anymore

This commit is contained in:
Jonathan Lipps 2013-02-13 15:45:07 -08:00
Родитель e5b2b8ae88
Коммит 76e5b6544b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);