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/compor/SalvarEmailTestCase.java

    r3532 r3543  
    1515        @Test 
    1616        public void testaSalvarEmail() throws Exception { 
    17                 super.composeEmail(Valor.EMAIL_TESTE_1.getValue(), 
    18                                 Valor.ASSUNTO_SALVAR.getValue(), 
    19                                 Valor.TEXTO_EMAIL_SALVO.getValue()); 
    20                 selenium.click(Campo.SALVAR.getValue()); 
    21                 super.waitForElement(Campo.MENSAGEM.getValue()); 
    22                 super.assertMessage(Campo.MENSAGEM.getValue(), 
    23                                 Mensagem.SALVA_RASCUNHO.getValue()); 
     17                super.composeEmail(getValor("email.teste.1"), 
     18                                getValor("assunto.salvar"), getValor("texto.email.salvo")); 
     19                selenium.click(getCampo("email.salvar")); 
     20                super.waitForElement(getCampo("email.mensagem")); 
     21                super.assertMessage(getCampo("email.mensagem"), 
     22                                getMensagem("salva.rascunho")); 
    2423 
    2524        } 
Note: See TracChangeset for help on using the changeset viewer.