Skip to content

Commit

Permalink
Merge pull request #15 from justinzyw/针对#10的分支
Browse files Browse the repository at this point in the history
修复测试案例
  • Loading branch information
justinzyw authored Dec 31, 2016
2 parents 34b9a97 + 33eebed commit af74367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sauce_actual/test-cases.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('MicroUI(' + desired.browserName + ')', function() {
browser
.get(url)
.title()
.should.become("Welcome to Microservices Sample")
.should.become("Microservices Sample")
.nodeify(done);
});
});

0 comments on commit af74367

Please sign in to comment.