Changeset 1703:512d631f31bd
- Timestamp:
- 09/03/13 22:42:51 (10 years ago)
- Branch:
- default
- Location:
- tests/functional
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/functional/index.html
r1602 r1703 17 17 <script type="text/javascript" src="spec/users_actions.js"></script> 18 18 <script type="text/javascript" src="spec/toggle_with_legend.js"></script> 19 20 <script type="text/javascript" src="spec/common.js"></script> 19 21 </head> 20 22 <body> -
tests/functional/js/fix_include.js
r1602 r1703 8 8 jQuery.fn.backgroundFade = function() {}; 9 9 10 dotclear.msg.confirm_delete_posts = 'confirm %s delete'; 11 dotclear.msg.confirm_delete_comments = 'confirm %s delete'; -
tests/functional/spec/toggle_with_legend.js
r1606 r1703 1 describe(" Label clickable", function() {1 describe("toggleWithLegend method (admin/js/common.js)", function() { 2 2 it("Click arrow must make target visible", function() { 3 3 loadFixtures('menu.html'); -
tests/functional/spec/users_actions.js
r1602 r1703 1 describe(" Permissions feature", function() {1 describe("updatePermissionsForm method (admin/js/_users_actions.js)", function() { 2 2 it("Click admin persmission must checked all associated permissions", function() { 3 3 loadFixtures('normal.html');
Note: See TracChangeset
for help on using the changeset viewer.