source: devel/testlink/calendar/FUN03.2/src/test/java/br/gov/serpro/cte/email/listar/MoverEmailSelecionadoTestCase.java @ 3505

Revision 3505, 597 bytes checked in by luiz-fernando, 13 years ago (diff)

Ticket #1402 - Automacao dos casos de teste do modulo ExpressoMail? documentados no Testlink

Line 
1package br.gov.serpro.cte.email.listar;
2
3import org.junit.Test;
4
5import br.gov.serpro.cte.common.ExpressoMailTestCase;
6
7/**
8 * @author L.F.Estivalet (Serpro)
9 *
10 *         Created on Nov 17, 2010 at 9:37:24 AM
11 *
12 */
13public class MoverEmailSelecionadoTestCase extends ExpressoMailTestCase {
14
15        @Test
16        public void testaMoverEmailSelecionado() throws Exception {
17                super.enterExpressoMail();
18                super.findEmailIdBySuject(Valor.ASSUNTO.getValue(), true);
19                selenium.click(Campo.MOVER_EMAIL.getValue());
20                selenium.click("lINBOX/Seleniumwfolders_tree");
21                selenium.click("dJSWin_wfolders_bok");
22        }
23
24}
Note: See TracBrowser for help on using the repository browser.