comment out have_tag from selenium matcher which overrides rails' have_tag
partially reverts 483559f279
This commit is contained in:
parent
c25885afc0
commit
49e86d103f
|
@ -1,4 +1,4 @@
|
|||
require "webrat/selenium/matchers/have_xpath"
|
||||
require "webrat/selenium/matchers/have_selector"
|
||||
require "webrat/selenium/matchers/have_tag"
|
||||
# require "webrat/selenium/matchers/have_tag"
|
||||
require "webrat/selenium/matchers/have_content"
|
Loading…
Reference in New Issue