IRC Archive for channel #xwiki on 12 June 2008
Last modified by Vincent Massol on 2012/10/18 18:30
amelentev - (12/06/2008 18:56): hi all. how can i add a user to group in selenium test? how can I click on edit group in admin ui? there is no <a> or <input> for it (ajax stuff)
sdumitriu - (12/06/2008 18:57): I think there are some tests you can look at
sdumitriu - (12/06/2008 18:57): UsersGroupsRightsManagementTest
amelentev - (12/06/2008 18:58): I extend on it :)
sdumitriu - (12/06/2008 18:58): You can use the Selenium IDE in Firefox to record your actions
amelentev - (12/06/2008 18:59): ok. tx. I'll try