Skip to content

Commit

Permalink
can't think of any reason to have 15 1-line test files; this looks a …
Browse files Browse the repository at this point in the history
…lot cleaner
  • Loading branch information
jlipps committed Nov 13, 2014
1 parent c28942b commit 27a50d9
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 62 deletions.
6 changes: 0 additions & 6 deletions test/functional/android/chrome/alerts-specs.js

This file was deleted.

6 changes: 0 additions & 6 deletions test/functional/android/chrome/basics-specs.js

This file was deleted.

@@ -1,10 +1,17 @@
"use strict";
var desired = require('./desired')
, webviewHelper = require("../../../helpers/webview")
, loadWebView = webviewHelper.loadWebView
, _ = require('underscore')
, webviewHelper = require("../../../helpers/webview")
, loadWebView = webviewHelper.loadWebView
, setup = require("../../common/setup-base");

describe("chrome @android-arm-only", function () {
var tests = ['alerts', 'basics', 'cookies', 'execute-async', 'execute',
'frames', 'iframes', 'implicit-wait', 'touch', 'window-title'];
_.each(tests, function (test) {
require('../../common/webview/' + test + '-base')(desired);
});

describe('contexts', function () {
var driver;
setup(this, desired, {'no-reset': true}).then(function (d) { driver = d; });
Expand All @@ -24,4 +31,5 @@ describe("chrome @android-arm-only", function () {
.nodeify(done);
});
});

});
6 changes: 0 additions & 6 deletions test/functional/android/chrome/cookies-specs.js

This file was deleted.

6 changes: 0 additions & 6 deletions test/functional/android/chrome/execute-async-specs.js

This file was deleted.

6 changes: 0 additions & 6 deletions test/functional/android/chrome/execute-specs.js

This file was deleted.

6 changes: 0 additions & 6 deletions test/functional/android/chrome/frames-specs.js

This file was deleted.

6 changes: 0 additions & 6 deletions test/functional/android/chrome/iframes-specs.js

This file was deleted.

6 changes: 0 additions & 6 deletions test/functional/android/chrome/implicit-wait-specs.js

This file was deleted.

6 changes: 0 additions & 6 deletions test/functional/android/chrome/touch-specs.js

This file was deleted.

6 changes: 0 additions & 6 deletions test/functional/android/chrome/window-title-specs.js

This file was deleted.

0 comments on commit 27a50d9

Please sign in to comment.