Skip to content

Commit

Permalink
Remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed Dec 13, 2018
1 parent 55f99b4 commit 7496523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/login-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
const i18n = Object.assign({}, login.i18n, {additionalInformation: 'Mais informações', form: {forgotPassword: 'Esqueci a senha'}});
login.i18n = i18n;
expect(additionalInformation.textContent).to.be.equal(login.i18n.additionalInformation);
// expect(login.title).to.be.equal(login.i18n.additionalInformation);
expect(login.$.forgotPasswordButton.textContent).to.be.equal(login.i18n.form.forgotPassword);
});

Expand Down

0 comments on commit 7496523

Please sign in to comment.