21 Mar, 2013

1 commit

  • Some tests were breaking because since Selenium Driver 2, hidden
    elements aren't available for interaction. However some elements started
    to get unaccessible because some depend on hover on other elements and
    the current version of Capybara doesn't support hover yet.
    
    Avoid interaction with hidden elements is nice, but for the sake of
    having the tests running while there isn't any touchable way of
    displaying those elements through adequate methods, I'm overriding this
    behaviour of Selenium Driver 2 with: Capybara.ignore_hidden_elements =
    true.
    Rodrigo Souto
     

13 Dec, 2012

1 commit


26 Jan, 2012

1 commit


09 Jan, 2012

1 commit