Fix emoji test

pull/13763/head^2
Gabriel Engel 6 years ago
parent 9b7e01e20d
commit c2f5321116
  1. 2
      tests/end-to-end/ui/07-emoji.js

@ -89,7 +89,7 @@ describe('[Emoji]', () => {
});
it('it should be that the value on the message input is the same as the emoji clicked', () => {
mainContent.messageInput.getValue().should.equal(':grinning:');
mainContent.messageInput.getValue().should.equal(':grinning: ');
});
it('it should send the emoji', () => {

Loading…
Cancel
Save