Re-enable cache invalidation test

This commit is contained in:
Matt-Yorkley
2020-05-22 14:21:24 +02:00
parent 04ffe7b911
commit a9abe48ede

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)