Skip to content

Commit

Permalink
Update injectpage.js (jhen0409#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbaaz authored and jhen0409 committed Mar 8, 2017
1 parent 8bf3827 commit 48ac015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/injectpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('inject page (in github.com)', function test() {

it('should open Github', async () => {
const title = await driver.getTitle();
expect(title).to.equal('How people build software · GitHub');
expect(title).to.equal('The world\'s leading software development platform · GitHub');
});

it('should render inject app', async () => {
Expand Down

0 comments on commit 48ac015

Please sign in to comment.