source: devel/testlink/automation2.0/src/test/java/org/expressolivre/cte/pages/calendar/EditAppointmentCategoryPage.java @ 4917

Revision 4917, 385 bytes checked in by luiz-fernando, 13 years ago (diff)

Ticket #1771 - Adicionado testes automatizados para modulo da agenda

Line 
1package org.expressolivre.cte.pages.calendar;
2
3import org.openqa.selenium.WebDriver;
4
5/**
6 * @author L.F.Estivalet (Serpro)
7 *
8 *         Created on Aug 11, 2011 at 9:41:12 AM
9 *
10 */
11public class EditAppointmentCategoryPage extends AddAppointmentCategoryPage {
12
13        public EditAppointmentCategoryPage(WebDriver driver) {
14                super(driver);
15                // TODO Auto-generated constructor stub
16        }
17
18}
Note: See TracBrowser for help on using the repository browser.