summaryrefslogtreecommitdiff
path: root/qa/qa/specs/features/browser_ui/1_manage
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-02-28 11:34:52 +0500
committerSanad Liaquat <sliaquat@gitlab.com>2019-02-28 11:34:52 +0500
commite443360587c5d7277dceb9ae90d03b73b9c52539 (patch)
tree2709f90c28a05f0126c93e71c4a6aa1c230da33c /qa/qa/specs/features/browser_ui/1_manage
parentb802e0bbbf7eab6635520c180eb5632ead61d043 (diff)
downloadgitlab-ce-e443360587c5d7277dceb9ae90d03b73b9c52539.tar.gz
De-quarantine project activity test
Diffstat (limited to 'qa/qa/specs/features/browser_ui/1_manage')
-rw-r--r--qa/qa/specs/features/browser_ui/1_manage/project/view_project_activity_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/qa/qa/specs/features/browser_ui/1_manage/project/view_project_activity_spec.rb b/qa/qa/specs/features/browser_ui/1_manage/project/view_project_activity_spec.rb
index e172206eb88..d4cedc9362d 100644
--- a/qa/qa/specs/features/browser_ui/1_manage/project/view_project_activity_spec.rb
+++ b/qa/qa/specs/features/browser_ui/1_manage/project/view_project_activity_spec.rb
@@ -1,8 +1,7 @@
# frozen_string_literal: true
module QA
- # Failure issue: https://gitlab.com/gitlab-org/quality/staging/issues/21
- context 'Manage', :quarantine do
+ context 'Manage' do
describe 'Project activity' do
it 'user creates an event in the activity page upon Git push' do
Runtime::Browser.visit(:gitlab, Page::Main::Login)