05 Feb, 2016
1 commit
-
The previous fix at 8064b0da19cedbb3d8089e9fd62e208857aea0ef did not expect links with onClick actions which was specially breaking the category_block feature.
04 Feb, 2016
1 commit
-
Depending on timing trying to fill a tinyMCE control will fail with `tinymce.editors.article_body is undefined` (Selenium::WebDriver::Error::JavascriptError), probably because at the point we try to interact with the editor it is still being loaded by the browser. Because of that in case of failure we sleep for 1 second and try again at most 5 times.
02 Feb, 2016
1 commit
-
Tinymce fields are not filled normally as other fields. In order to fill them, had to use execute_script to set the content of the editor object. This fix might be necessary in other tests as well.
30 Jan, 2016
1 commit
-
Selenium tests were broken in clicking inside the content selection box. Some HTML structures, such as `<li>` tags nested to `<a>` tags, may not get along with Selenium and the browser interaction. But are perfectly fine for the final user. As we do not want to modify the current behaviour in order to pass tests, here we handle Selenium's error properly so tests can still pass without modifying current code. NOTICE: This only works with selenium-webdriver 2.50.0 and up.
29 Jan, 2016
1 commit
-
Don't know exactly why but adding this make all tests pass.
26 Jan, 2016
1 commit
-
Don't know exactly why but adding this make all tests pass.
21 Jan, 2016
1 commit
20 Jan, 2016
1 commit
-
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Rodrigo Siqueira <siqueira@kuniri.org> Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
24 Nov, 2015
1 commit
21 Nov, 2015
1 commit
10 Nov, 2015
1 commit
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> See merge request !709
02 Oct, 2015
1 commit
23 Sep, 2015
1 commit
15 Sep, 2015
1 commit
14 Sep, 2015
2 commits
13 Sep, 2015
1 commit
30 Aug, 2015
1 commit
01 Aug, 2015
1 commit
24 Jul, 2015
2 commits
-
Some tests now need javascript to run and were tagged to selenium
11 Jun, 2015
1 commit
-
- The loading bar was fixed to fix media_panel_upload broken tests - The noosfero_steps was fixed to get the first box(this was breaking when it was on the environment. Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
12 May, 2015
3 commits
-
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@hotmail.com>
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
06 Apr, 2015
1 commit
24 Mar, 2015
1 commit
-
Store current user to use it later in 'I edit my profile'
03 Feb, 2015
4 commits
-
Conflicts: db/schema.rb
-
Conflicts: app/controllers/my_profile/profile_editor_controller.rb app/helpers/search_helper.rb app/models/invitation.rb app/models/person.rb app/views/cms/view.html.erb app/views/templates/index.html.erb plugins/community_track/views/content_viewer/_step_item.html.erb test/functional/home_controller_test.rb test/unit/person_test.rb test/unit/profile_test.rb
-
This feature allows organizations to invite people and users to request friendship from other users from the network instead of only through email. Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br> Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
28 Jan, 2015
1 commit
-
This was broken by 600d8e0fa2f3f7528d6b7a0e8980e63a5ed2d9ab which as recently merged.
15 Jan, 2015
3 commits
-
In the process, fixes a `events.feature` scenario
19 Dec, 2014
1 commit
08 Dec, 2014
1 commit
20 Nov, 2014
2 commits
-
Selenium tests for the new media panel. I also fixed the attach file step and a blog test.
-
Conflicts: Gemfile.lock script/development
31 Oct, 2014
1 commit