From 0e85ca9ddb5f259908400463764fd6141977b341 Mon Sep 17 00:00:00 2001 From: Julie Date: Thu, 30 Jan 2014 18:49:58 -0800 Subject: chore(testing): run end to end tests on firefox and safari as well as chrome Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well, and make the Travis tests run output XML and turn off color. Fix tests which were failing in Firefox due to clear() not working as expected. Fix tests which were failing in Safari due to SafariDriver not understanding the minus key, and disable tests which SafariDriver has no support for. --- test/e2e/docsAppE2E.js | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/e2e/docsAppE2E.js b/test/e2e/docsAppE2E.js index f92d834e..625e384c 100644 --- a/test/e2e/docsAppE2E.js +++ b/test/e2e/docsAppE2E.js @@ -30,7 +30,6 @@ describe('docs.angularjs.org', function () { browser.sleep(500); var nameInput = element(by.input('user.name')); - nameInput.click(); nameInput.sendKeys('!!!'); var code = element(by.css('.doc-example-live tt')); -- cgit v1.2.3