02 Apr, 2013
19 commits
-
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
6 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.
20 Mar, 2013
2 commits
-
Also removing the :url param on 2 admin view forms that were breaking the tests. They were originally include to avoid linking to the wrong page on profiles with own domain. But this pages will not be visualized if they are not using the environment domain, therefore there is no need to used this params.
-
…into merge-requests/267 Conflicts: features/signup.feature features/step_definitions/noosfero_steps.rb Making tests on signup wait for the bot trap time and use selenium.
18 Mar, 2013
1 commit