Skip to content

Commit

Permalink
Merge pull request keystonejs#4346 from CAYdenberg/issue-4340
Browse files Browse the repository at this point in the history
Fix failing e2e tests
  • Loading branch information
jstockwin authored Jun 3, 2017
2 parents fe4be86 + 9b78644 commit 8d0e805
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 deletions.
1 change: 1 addition & 0 deletions test/e2e/adminUI/tests/group006Fields/testLocationField.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
21 changes: 21 additions & 0 deletions test/e2e/frontend/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>
<e2e>test frontend</e2e>
</title>
<meta name="description" content="e2e test frontend">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="main.css">
</head>
<body>
<h1>Hello Keystoner!</h1>
<h2>Welcome to the e2e test front page...make sure they all pass :=)</h2><a href="/keystone">
<h3>Goto the Admin UI</h3></a>
<h4>Admin UI Login Info:</h4>
<p class="indented">Email: [email protected]</p>
<p class="indented">Password: test</p>
</body>
</html>
18 changes: 0 additions & 18 deletions test/e2e/frontend/index.jade

This file was deleted.

0 comments on commit 8d0e805

Please sign in to comment.