diff options
author | Ramya Authappan <rauthappan@gitlab.com> | 2019-07-02 11:19:14 +0000 |
---|---|---|
committer | Ramya Authappan <rauthappan@gitlab.com> | 2019-07-02 11:19:14 +0000 |
commit | 45cc592a068df3ec7296baa8437d6d874e77fd0a (patch) | |
tree | 98f8518dc79c671a0146a1e15ba7467c7967772f | |
parent | 3cf8ab91032b47a082154fb9872c3ecbe8261fe9 (diff) | |
download | gitlab-ce-qa-xss.tar.gz |
Removing commentqa-xss
-rw-r--r-- | qa/qa/specs/features/browser_ui/2_plan/issue/check_mentions_for_xss_spec.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qa/qa/specs/features/browser_ui/2_plan/issue/check_mentions_for_xss_spec.rb b/qa/qa/specs/features/browser_ui/2_plan/issue/check_mentions_for_xss_spec.rb index d59e7a6c127..013cea0a40e 100644 --- a/qa/qa/specs/features/browser_ui/2_plan/issue/check_mentions_for_xss_spec.rb +++ b/qa/qa/specs/features/browser_ui/2_plan/issue/check_mentions_for_xss_spec.rb @@ -29,11 +29,6 @@ module QA issue.project = project end - # Resource::Issue.fabricate! do |issue| - # issue.title = issue_title - # issue.project = project - # end - Page::Project::Issue::Show.perform do |show_page| show_page.select_all_activities_filter show_page.comment('cc-ing you here @eve') |