Capybara with :js => true causes test to fail

后端 未结 3 1146
北荒
北荒 2020-11-28 04:06

I\'m new to Capybara and testing on Rails in general, so please forgive me if this is a simple answer.

I\'ve got this test

it \"should be able to edi         


        
3条回答
  •  情歌与酒
    2020-11-28 04:25

    There is another way to deal with this problem now described and discussed here: Why not use shared ActiveRecord connections for Rspec + Selenium?

提交回复
热议问题