Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee authored and Camilo QS committed Dec 11, 2018
1 parent e68c5c5 commit 55cf008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/homepage-noweb-e2e-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ suite.addBatch({
br.assert.success();
br.assert.text("H1", "pump.io API");
},
"it not has login or register buttons": function(err, br) {
"it doesn't have login or register buttons": function(err, br) {
br.assert.success();
br.assert.evaluate('document.getElementById("login")', null);
br.assert.evaluate('document.getElementById("register")', null);
}
},
"and we request JavaScript file": {
"and we request a JavaScript file": {
topic: function() {
httputil.head("http://localhost:4815/javascript/pump.js", this.callback);
},
Expand Down

0 comments on commit 55cf008

Please sign in to comment.