Skip to content

Commit

Permalink
Merge pull request #9 from eLobeto/master
Browse files Browse the repository at this point in the history
changed title to test against
  • Loading branch information
grant-g committed Feb 4, 2016
2 parents 718ff1f + b0f9767 commit d85f49b
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions tests_actual/test-cases.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,31 +68,7 @@ describe('MicroUI(' + desired.browserName + ')', function() {
browser
.get(url)
.title()
.should.become("Node.js")
.nodeify(done);
});

it("should get main page", function(done) {
browser
.get(url)
.title()
.should.become("Node.js")
.nodeify(done);
});

it("should display loading icon", function(done) {
browser
.get(url)
.title()
.should.become("Node.js")
.nodeify(done);
});

it("should display correct microservices", function(done) {
browser
.get(url)
.title()
.should.become("Node.js")
.should.become("Microservices Sample")
.nodeify(done);
});
});

0 comments on commit d85f49b

Please sign in to comment.