02 Apr, 2013
23 commits
-
view.
-
Conflicts: plugins/mezuro/public/javascripts/project_content.js
27 Mar, 2013
9 commits
26 Mar, 2013
2 commits
22 Mar, 2013
1 commit
21 Mar, 2013
5 commits
-
…into merge-requests/278
-
… on ftp.unicamp.br mirror.
-
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.