diff --git a/test/e2e/adminUI/tests/group006Fields/testLocationField.js b/test/e2e/adminUI/tests/group006Fields/testLocationField.js index 825f4865ad..e756ca94e5 100644 --- a/test/e2e/adminUI/tests/group006Fields/testLocationField.js +++ b/test/e2e/adminUI/tests/group006Fields/testLocationField.js @@ -2,6 +2,7 @@ var fieldTests = require('./commonFieldTestUtils.js'); var ModelTestConfig = require('../../../modelTestConfig/LocationModelTestConfig'); module.exports = { + '@disabled': true, before: function (browser) { fieldTests.before(browser); browser.adminUIInitialFormScreen.setDefaultModelTestConfig(ModelTestConfig); diff --git a/test/e2e/frontend/index.html b/test/e2e/frontend/index.html new file mode 100644 index 0000000000..ab2a4a42fc --- /dev/null +++ b/test/e2e/frontend/index.html @@ -0,0 +1,21 @@ + + +
+ + +Email: user@test.e2e
+Password: test
+ + diff --git a/test/e2e/frontend/index.jade b/test/e2e/frontend/index.jade deleted file mode 100644 index 6d269d1adf..0000000000 --- a/test/e2e/frontend/index.jade +++ /dev/null @@ -1,18 +0,0 @@ -doctype -html.no-js - head - meta(charset="utf-8") - meta(http-equiv="x-ua-compatible", content="ie=edge") - title - e2e test frontend - meta(name="description", content="e2e test frontend") - meta(name="viewport", content="width=device-width, initial-scale=1") - link(rel="stylesheet", href="main.css") - body - h1 Hello Keystoner! - h2 Welcome to the e2e test front page...make sure they all pass :=) - a(href="/keystone") - h3 Goto the Admin UI - h4 Admin UI Login Info: - p.indented Email: user@test.e2e - p.indented Password: test