Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ramsay <jramsay@gitlab.com>2017-09-25 23:02:08 +0300
committerJames Ramsay <jramsay@gitlab.com>2017-09-26 15:46:09 +0300
commit0ed23790a43a0fd5001773937c66a06533f60c6c (patch)
tree51014d022811ed01ac49eefb01fed098d1b681e8 /spec/features/issues
parent6b45a012665bc2d5d94c1937ae910e75fb653e02 (diff)
Fix spelling of occurred
Diffstat (limited to 'spec/features/issues')
-rw-r--r--spec/features/issues/filtered_search/recent_searches_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues/filtered_search/recent_searches_spec.rb b/spec/features/issues/filtered_search/recent_searches_spec.rb
index 5eeecaeda47..447281ed19d 100644
--- a/spec/features/issues/filtered_search/recent_searches_spec.rb
+++ b/spec/features/issues/filtered_search/recent_searches_spec.rb
@@ -104,6 +104,6 @@ describe 'Recent searches', js: true do
set_recent_searches(project_1_local_storage_key, 'fail')
visit project_issues_path(project_1)
- expect(find('.flash-alert')).to have_text('An error occured while parsing recent searches')
+ expect(find('.flash-alert')).to have_text('An error occurred while parsing recent searches')
end
end