test-suite/tests/013_comt-admin-user-list.js
changeset 649 fcf5309284df
parent 646 24067001082c
child 650 2a07f8bda874
equal deleted inserted replaced
648:c8b44a569549 649:fcf5309284df
    87 	});
    87 	});
    88 
    88 
    89 	suite_check_user_nb (2);
    89 	suite_check_user_nb (2);
    90 
    90 
    91 	suite ('Add users in bulk', function () {
    91 	suite ('Add users in bulk', function () {
       
    92 		this.timeout(100000);
    92 		test_page_loading ('/user/mass-add/', 'Add users in bulk\n - '+C['#id_workspace_name']);
    93 		test_page_loading ('/user/mass-add/', 'Add users in bulk\n - '+C['#id_workspace_name']);
    93 	    test ('fill emails', dsl(function (){
    94 	    test ('fill emails', dsl(function (){
    94 	        elt ('#id_email').val ('uc2@t.co,uc3@t.co,uc4@t.co,uc5@t.co,uc6@t.co,uc7@t.co');
    95 	        elt ('#id_email').val ('uc2@t.co,uc3@t.co,uc4@t.co,uc5@t.co,uc6@t.co,uc7@t.co');
    95 	    }));
    96 	    }));
    96 		test_fill_field	('#id_tags', {'#id_tags': 'tag_ucs, other_tag' });
    97 		test_fill_field	('#id_tags', {'#id_tags': 'tag_ucs, other_tag' });