summaryrefslogtreecommitdiff
path: root/spec/javascripts/issue_show
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2019-01-29 01:36:31 +0100
committerFatih Acet <acetfatih@gmail.com>2019-01-30 23:18:20 +0100
commitc352e7e1621dfb3de97518eb46ca513503995ccf (patch)
tree21c79f7e55e928dc538cef4d92db3c38a70903ec /spec/javascripts/issue_show
parent992fcf6c87721405be59d2a22da7d21157e17f45 (diff)
downloadgitlab-ce-c352e7e1621dfb3de97518eb46ca513503995ccf.tar.gz
Some cleanup and improvements on frontent logic
Diffstat (limited to 'spec/javascripts/issue_show')
-rw-r--r--spec/javascripts/issue_show/components/description_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/issue_show/components/description_spec.js b/spec/javascripts/issue_show/components/description_spec.js
index b6833079e6e..72716b97f5f 100644
--- a/spec/javascripts/issue_show/components/description_spec.js
+++ b/spec/javascripts/issue_show/components/description_spec.js
@@ -191,7 +191,7 @@ describe('Description component', () => {
describe('taskListUpdateError', () => {
it('should create flash notification and emit an event to parent', () => {
const msg =
- 'Someone edited this issue at the same time you did and we updated the issue description.';
+ 'Someone edited this issue at the same time you did. The description has been updated and you will need to make your changes again.';
spyOn(window, 'Flash');
spyOn(vm, '$emit');