From 009e0e65cfeb222960451a65a301b5270efd72ee Mon Sep 17 00:00:00 2001 From: Ray Nicholus Date: Mon, 31 Aug 2015 22:26:30 -0500 Subject: [PATCH] test(webdriver): issues w/ linux FF on SauceLabs, adjustment to Safari 7 WD #69 --- test/typical-form-tests.html | 5 +---- wct.conf.js | 12 ++++++------ 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/test/typical-form-tests.html b/test/typical-form-tests.html index 50a29e6..6b97b77 100644 --- a/test/typical-form-tests.html +++ b/test/typical-form-tests.html @@ -245,9 +245,6 @@ }); it('encodes the form fields and includes them in the payload - empty file input', function (done) { - var safari7 = window.navigator.userAgent.indexOf('Mac OS X 10_9') > 0 && - window.navigator.userAgent.indexOf('Version/7.') > 0 && - window.navigator.userAgent.indexOf('Safari') > 0; createForm({method: 'POST', enctype: 'multipart/form-data'}, function () { ajaxForm.submit(); @@ -263,7 +260,7 @@ 'select2_series': 'bar', select3: 'fizz', ce1name: 'ce1value', - files: safari7 ? {size: 0, type:'application/octet-stream'} : {} + files: {} })); done(); }); diff --git a/wct.conf.js b/wct.conf.js index c4e4149..8219872 100644 --- a/wct.conf.js +++ b/wct.conf.js @@ -40,12 +40,12 @@ module.exports = { "platform": "Windows 8.1", "version": "" }, - { - "browserName": "firefox", - "platform": "Linux", - "version": "beta" - }, - + //{ + // "browserName": "firefox", + // "platform": "Linux", + // "version": "beta" + //}, + // //{ // "browserName": "safari", // "platform": "OS X 10.10",