forked from keystonejs/keystone-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request keystonejs#4346 from CAYdenberg/issue-4340
Fix failing e2e tests
- Loading branch information
Showing
3 changed files
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file was deleted.
Oops, something went wrong.