Skip to content

Commit

Permalink
added titles + about.html (incorrectly modified built version previou…
Browse files Browse the repository at this point in the history
…sly)
  • Loading branch information
brian-mann committed Jul 5, 2015
1 parent 8ce5967 commit 33729b9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
11 changes: 11 additions & 0 deletions nw/html/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!doctype html>
<html class="about">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>About</title>
<link rel="stylesheet" href="css/cypress.css">
</head>
<body>
<div id="about-region"></div>
</body>
</html>
2 changes: 1 addition & 1 deletion nw/html/debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html class="debug">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title></title>
<title>Debug</title>
<link rel="stylesheet" href="css/cypress.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion nw/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>Cypress NW</title>
<title>Cypress</title>

<link rel="stylesheet" href="css/cypress.css">

Expand Down
1 change: 1 addition & 0 deletions nw/html/login.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<head>
<title>Login</title>
<script type="text/javascript">
global.App.vent.trigger("logging:in", location.toString())

Expand Down
2 changes: 1 addition & 1 deletion nw/html/updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html class="updates">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title></title>
<title>Updates</title>
<link rel="stylesheet" href="css/cypress.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion spec/nw_unit/tests/nw_spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ module.exports = (parentWindow, gui, loadApp) ->
afterEach ->
@win?.close()

it "can click About in footer menu to bring up About Page", (done) ->
it "can click Updates in footer menu to bring up Updates Page", (done) ->
@$("#footer [data-toggle='dropdown']").click()
@$(".dropdown-menu [data-updates]").click()

Expand Down

0 comments on commit 33729b9

Please sign in to comment.