我在Gemfile
gem 'steak'
gem 'capybara', '~>0.4.1'
当我为单个文件运行测试时似乎没有问题,但是,如果我一次运行所有测试,我将获得Timeout::Error
。在超时之前,测试挂起,所以我手动点击一个按钮,错误是Element not found in the cache
。这是一些缓存问题吗?当我运行一些测试时,我也会收到Selenium::WebDriver::Element#value is deprecated, please use Selenium::WebDriver::Element#attribute('value')
警告。我希望问题很清楚,如果需要回答,请告诉我。