Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
test(webdriver): issues w/ linux FF on SauceLabs, adjustment to Safar…
Browse files Browse the repository at this point in the history
…i 7 WD

#69
  • Loading branch information
rnicholus committed Sep 1, 2015
1 parent 5e63103 commit 009e0e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
5 changes: 1 addition & 4 deletions test/typical-form-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand All @@ -263,7 +260,7 @@
'select2_series': 'bar',
select3: 'fizz',
ce1name: 'ce1value',
files: safari7 ? {size: 0, type:'application/octet-stream'} : {}
files: {}
}));
done();
});
Expand Down
12 changes: 6 additions & 6 deletions wct.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 009e0e6

Please sign in to comment.