Ignore:
Timestamp:
11/26/10 16:00:32 (13 years ago)
Author:
luiz-fernando
Message:

Ticket #1402 - Campos, mensagens e valores estao em properties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/testlink/automation/src/test/java/br/gov/serpro/cte/email/listar/MoverEmailSelecionadoTestCase.java

    r3521 r3543  
    1616        public void testaMoverEmailSelecionado() throws Exception { 
    1717                super.enterExpressoMail(); 
    18                 super.findEmailIdBySuject(Valor.ASSUNTO.getValue(), true); 
    19                 selenium.click(Campo.MOVER_EMAIL.getValue()); 
     18                super.findEmailIdBySuject(getValor("assunto"), true); 
     19                selenium.click(getCampo("email.mover.email")); 
    2020                selenium.click("lINBOX/Seleniumwfolders_tree"); 
    2121                selenium.click("dJSWin_wfolders_bok"); 
Note: See TracChangeset for help on using the changeset viewer.