BenZhang
Results
2
comments of
BenZhang
Hi, I have tried use different way to test whether a html element is visible or not, but cannot pass all the platforms. Any thought would be appreciated. @lest
After further investigation, this will only happen when using memory_store for the cache. It is actually caused by the behaviour of Rails cache. Please see below example ```ruby Rails.cache.write('user', {id:...