summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatalia Tepluhina <tarya.se@gmail.com>2018-12-14 16:37:01 +0200
committerNatalia Tepluhina <tarya.se@gmail.com>2018-12-14 16:37:01 +0200
commit23bc84b22827b6ce15bb3288da23cfa804def103 (patch)
tree27e894bf31598718b27c550b6cc14f009b4a2315
parentcd5a8bb8a1ec8c96571c6396a73c3a274ad18776 (diff)
downloadgitlab-ce-55276-encoding-in-tooltips.tar.gz
Fix the test for special characters55276-encoding-in-tooltips
-rw-r--r--spec/javascripts/vue_shared/components/user_popover/user_popover_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/vue_shared/components/user_popover/user_popover_spec.js b/spec/javascripts/vue_shared/components/user_popover/user_popover_spec.js
index 2d7f315401a..e16ab156679 100644
--- a/spec/javascripts/vue_shared/components/user_popover/user_popover_spec.js
+++ b/spec/javascripts/vue_shared/components/user_popover/user_popover_spec.js
@@ -112,7 +112,7 @@ describe('User Popover Component', () => {
target: document.querySelector('.js-user-link'),
});
- expect(vm.$el.textContent).toContain('Manager & Team Leadyarn run karma -f at GitLab');
+ expect(vm.$el.textContent).toContain('Manager & Team Lead at GitLab');
});
});