26 Mar, 2013
1 commit
21 Mar, 2013
4 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.
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
15 Mar, 2013
8 commits
-
…into merge-requests/253
-
…into merge-requests/242 I'm not adding the Gemfile.lock because even though it might annoy us some times, it's a part of the repository that defines the proper versions of the gems and it might be updated eventually. Conflicts: gitignore.example
-
…into merge-requests/171
-
…into merge-requests/162
-
…into merge-requests/160
08 Mar, 2013
2 commits
07 Mar, 2013
7 commits
-
…into merge-requests/273
-
…into merge-requests/284
-
…into merge-requests/263
-
…into merge-requests/280
-
…into merge-requests/277
-
Cucumber and selenium tests from plugins weren't running: I: no tests to run test:noosfero_plugins:cucumber I: no tests to run test:noosfero_plugins:selenium
06 Mar, 2013
3 commits
05 Mar, 2013
7 commits
-
Those tests ae not passing and should be fixed soon :)
04 Mar, 2013
3 commits
-
(ActionItem2599)
-
(ActionItem2606)
27 Feb, 2013
1 commit
-
Also destroying fields after removing a form (ActionItem2601)
25 Feb, 2013
1 commit