diff --git a/spec/features/admin/tag_rules_spec.rb b/spec/features/admin/tag_rules_spec.rb index e29f180ee9..610b0fe8b7 100644 --- a/spec/features/admin/tag_rules_spec.rb +++ b/spec/features/admin/tag_rules_spec.rb @@ -13,7 +13,7 @@ feature 'Tag Rules', js: true do visit_tag_rules end - xit "allows creation of rules of each type" do + it "allows creation of rules of each type" do # Creating a new tag expect(page).to have_content 'No tags apply to this enterprise yet' expect(page).to have_no_selector '.customer_tag'