Merge pull request #7354 from andrewpbrett/uncomment-tag-rule-spec

Uncomment out flaky tag rules spec
This commit is contained in:
Andy Brett
2021-04-12 08:17:14 -07:00
committed by GitHub

View File

@@ -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'