source: devel/testlink/automation2.0/src/test/java/org/expressolivre/cte/calendar/filtrar/FiltrarCompromissosAnoCorrenteTestCase.java @ 5099

Revision 5099, 786 bytes checked in by luiz-fernando, 13 years ago (diff)

Ticket #1771 - Novas alteracoes nos metodos basicos para evitar timeouts

Line 
1package org.expressolivre.cte.calendar.filtrar;
2
3import org.expressolivre.cte.common.BaseCalendarTestCase;
4import org.expressolivre.cte.pages.calendar.CalendarYearlyViewPage;
5import org.testng.annotations.Test;
6
7/**
8 * Suite:[FUN03.1] Filtrar Compromisso
9 *
10 * Caso de Teste: EL-929:Filtrar compromissos do ano corrente
11 *
12 * Link: http://testlink.expressolivre.org/linkto.php?tprojectPrefix=EL&item=
13 * testcase&id=EL-929
14 *
15 * @author L.F.Estivalet (Serpro)
16 *
17 *         Created on Sep 5, 2011 at 3:36:17 PM
18 *
19 */
20public class FiltrarCompromissosAnoCorrenteTestCase extends
21                BaseCalendarTestCase {
22
23        @Test
24        public void filtrarCompromissoDoAnoCorrente() {
25                CalendarYearlyViewPage cyvp = cp.openYearlyView();
26
27                // TODO Verificar se eh possivel automatizar esse teste...
28        }
29
30}
Note: See TracBrowser for help on using the repository browser.