21 Mar, 2013

2 commits

  • 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
     
  • Rodrigo Souto
     

20 Mar, 2013

2 commits


18 Mar, 2013

1 commit


15 Mar, 2013

8 commits


08 Mar, 2013

2 commits


07 Mar, 2013

7 commits


06 Mar, 2013

3 commits


05 Mar, 2013

7 commits


04 Mar, 2013

3 commits


27 Feb, 2013

1 commit


25 Feb, 2013

4 commits