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
path: root/qa
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-08-29 21:04:56 +0300
committerStan Hu <stanhu@gmail.com>2018-08-29 21:04:56 +0300
commitb041dc201fc9e34698532185537a02c2a73c2109 (patch)
treee26b3f882bf77c3a22fa77b1d8de8ee1d8cd2af7 /qa
parent14105b5ee9fe83313f3410dd717836fd36497696 (diff)
Fix typo
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb b/qa/qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb
index 1e110c331f7..542f532a629 100644
--- a/qa/qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb
+++ b/qa/qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb
@@ -22,7 +22,7 @@ module QA
expect(page).to have_content(issue_title)
end
- context 'when using attachements in comments', :object_storage do
+ context 'when using attachments in comments', :object_storage do
let(:file_to_attach) do
File.absolute_path(File.join('spec', 'fixtures', 'banana_sample.gif'))
end