03 Jul, 2014
1 commit
-
The test wasn't testing the order at all.
08 Apr, 2014
1 commit
-
Conflicts: app/controllers/public/content_viewer_controller.rb features/categories_block.feature test/functional/search_controller_test.rb
01 Apr, 2014
1 commit
29 Mar, 2014
1 commit
-
(ActionItem2911) Signed-off-by: Luiz Matos <luizff.matos@gmail.com> Signed-off-by: Marcos Ramos <ms.ramos@outlook.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Matheus Faria <matheus.sousa.faria@gmail.com>
29 Jul, 2013
1 commit
-
(ActionItem2742)
17 Jul, 2013
1 commit
13 Jul, 2013
1 commit
26 Mar, 2013
1 commit
05 Mar, 2013
1 commit
-
Those tests ae not passing and should be fixed soon :)
10 Dec, 2012
1 commit
22 Dec, 2011
2 commits
-
(ActionItem2111)
-
* Moved JS to public/js/catalog.js * Modified app/model/product for better readability * New file with JS previously from app/views/catalog/index * Bits of static CSS from app/views/catalog/index * Reorganized bits of static CSS and moved JS into public * Removed price composition features from browse_catalog * Changed view to reflect removing Product price composition * Changed Product to not return price composition yet * This will work only after AI1413 Changed feature to reflect the image id change * Changed the image id to "product-image-link" to avoid conflict * Changed product order on the catalog from id to name * Moved some tests from unit to feature * test/unit/enterprise_homepage_test had view tests New steps to support new features * Commented some failing @selenium scenarios * Added FIXME comments with probable reasons * Commented out failing scenarios with known reasons * Fixed a broken scenario on features/browse_enterprises * Fixed features/admin_categories * New step for clicking and sleep X seconds A few steps to support the updated feature * Updated the browsing catalog feature * Added a few id's on tags to help the testing * Two images used on the catalog features * Corrected small typo. * New features for browsing catalgos, a new step to support the features and a small modification on the catalog view partial. * New feature for browsing enterprises and testing the 'products' link * A few changes on steps to support the new feature. * New feature for browsing enterprise catalogs. * Fixed a small typo on #product-list and the number of items per page. * Fixed expected number of products per page and expected tag for product price. * Removed one test from catalog that doesn't make sense on the new layout. * Fixed enterprise_homepage_test; test cases with 'display' on the title will be moved to another context (controller or view). * Commented one of the functional test cases: --- test_should_back_when_update_address_fail(MapsControllerTest) * Remove separation lines between products * Fixed 2 test cases on HighlightBlocksTest: * 'should_list_images_randomically' had only 3 mocked figures, but five are being handled; * 'should_not_list_non_existant_image' wasn't expecting a call for the non- existant image, but this call is made and should return nil. * Fix price display and layout * Fix oversized price line * Fix bar css * Fix height of catalog boxes * Fix layout * Fix unit getter * Improve css for no-image * Add no image label * Beautiful catalog for enterprises
10 Oct, 2011
1 commit
-
(ActionItem2075)
13 Aug, 2011
1 commit
-
(ActionItem2027)
22 Mar, 2011
1 commit
-
Also, fixing all selenium tests (ActionItem1672)
26 Jan, 2011
1 commit
-
(ActionItem1771)
18 Jan, 2011
1 commit
-
* Adds another "Post a comment" top button that redirects to the bottom * "Post a comment" button is left-aligned * Removal confirmation message changed to cover replies * Removes background and border from the remove icon * The remove icon appears only on mouse over * Works in all major browsers * Highlights the author reply as the same way as the author comment (ActionItem1771)
30 Jul, 2010
1 commit
-
* Disabling submit button after click (ActionItem1420)
07 Apr, 2010
1 commit
-
It seems that the problem happens when selenium steps run before non-selenium steps (e.g. settind up data for the test). Doing this also seems to remove the need for the sleeps added to avoid the timeout.
08 Feb, 2010
1 commit
-
(ActionItem1361)