Ignore:
Timestamp:
11/23/10 15:43:36 (14 years ago)
Author:
luiz-fernando
Message:

Ticket #1402 - Adicionado suporte para entrar com o conteudo do email

File:
1 edited

Legend:

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

    r3523 r3532  
    1616        public void testa() throws Exception { 
    1717                super.composeEmail(Valor.EMAIL_TESTE_1.getValue(), 
    18                                 Valor.ASSUNTO_COPIA.getValue()); 
     18                                Valor.ASSUNTO_COPIA.getValue(), 
     19                                Valor.TEXTO_EMAIL_COPIA.getValue()); 
    1920                selenium.click(Campo.COPIA_1.getValue()); 
    2021                selenium.type(Campo.COPIA_CAMPO_1.getValue(), 
Note: See TracChangeset for help on using the changeset viewer.