我有一个Capybara测试,它在CI服务器上运行时经常出现以下错误:
expected to find text "Mon, Wed, Fri from 12:00 to 15:30" in "Schedules Add a new schedule Everyday in 10:25 Mon, Wed, Fri from 12:00 to 15:30"(RSpec::Expectations::ExpectationNotMetError)
它发生的路线是一个简单的期望:
expect(page).to have_content(content)
这似乎很奇怪,因为它总是在我的电脑上传递。
环境:Ubuntu,Jenkins,Rails 3.2,Firefox 26,xvbf,Selenium,Capybara,RSpec。
有谁知道这种行为的原因是什么?