summaryrefslogtreecommitdiff
path: root/web-ui/test
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2016-12-14 11:28:47 -0200
committerAnike Arni <aarni@thoughtworks.com>2016-12-14 15:46:26 -0200
commitf6ee8978e6195fa3f25fe2dedd20e5ed9ebf598e (patch)
tree268300c09672d4c91ff363b4ae56ed17faa2f656 /web-ui/test
parentb60c54f2b46e8b219963c2c0730e2095d7a69cb7 (diff)
[#845] Move add tag button to tag icon.
With @thaissiqueira.
Diffstat (limited to 'web-ui/test')
-rw-r--r--web-ui/test/spec/mail_view/ui/mail_view.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/test/spec/mail_view/ui/mail_view.spec.js b/web-ui/test/spec/mail_view/ui/mail_view.spec.js
index 438df57f..0e05ddef 100644
--- a/web-ui/test/spec/mail_view/ui/mail_view.spec.js
+++ b/web-ui/test/spec/mail_view/ui/mail_view.spec.js
@@ -95,7 +95,7 @@ describeComponent('mail_view/ui/mail_view', function () {
expect(newTagInputComponent.attr('style').trim()).not.toEqual('display: none;');
});
- it('hides new tag button when pressing esc key', function(){
+ it('hides new tag input when pressing esc key', function(){
this.component.displayMail({}, testData);
this.component.select('newTagButton').click();