Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Re-enabling tests that worked recently & switching active platform to…
Browse files Browse the repository at this point in the history
… FF/vista
  • Loading branch information
jaredhirsch committed Nov 14, 2012
1 parent 6e34a86 commit c8c3394
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions automation-tests/config/tests-to-ignore.js
Expand Up @@ -5,14 +5,7 @@
// These are tests to ignore

exports.tests_to_ignore = [
"add-primary-to-primary.js",
"add-primary-to-secondary.js",
"cancel-account.js",
"change-password-test.js",
"frontend-qunit-test.js",
"health-check-tests.js",
"new-user-primary-test.js",
"new-user-secondary-test.js",
"public-terminals.js",
"remove-email.js",
"reset-password-test.js"
Expand Down
6 changes: 3 additions & 3 deletions automation-tests/lib/sauce-platforms.js
Expand Up @@ -15,16 +15,16 @@ const platforms = {
platform: 'MAC',
browserName:'firefox',
version:'14'
},*/
},
"vista_chrome": {
platform:'VISTA',
browserName:'chrome'
}/*,
},*/
"vista_firefox_16": {
platform:'VISTA',
browserName:'firefox',
version:'16'
},
}/*,
"vista_ie_9": {
platform:'VISTA',
browserName:'internet explorer',
Expand Down

0 comments on commit c8c3394

Please sign in to comment.