06 May, 2014

1 commit


11 Feb, 2014

1 commit


21 May, 2013

1 commit


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
     

10 Dec, 2012

4 commits


15 Apr, 2012

1 commit


09 Oct, 2009

1 commit


09 Sep, 2009

2 commits