Re-enable flaky spec

This commit is contained in:
Matt-Yorkley
2020-06-17 12:36:42 +02:00
parent 01e27dd68c
commit 640c9e6d2b

View File

@@ -29,7 +29,7 @@ feature "Darkswarm data caching", js: true, caching: true do
visit shops_path
end
xit "invalidates caches for taxons and properties" do
it "invalidates caches for taxons and properties" do
visit shops_path
taxon_timestamp1 = CacheService.latest_timestamp_by_class(Spree::Taxon)