Ignore:
Timestamp:
07/27/11 11:23:57 (13 years ago)
Author:
luiz-fernando
Message:

Ticket #1771 - Adicionado testes automatizados para modulo da agenda

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/testlink/automation2.0/src/test/java/org/expressolivre/cte/email/filtro/ExcluirFiltroForaDoEscritorioTestCase.java

    r4780 r4864  
    2424        @Test 
    2525        public void excluirFiltroForaDoEscritorio() throws Exception { 
     26                mp.assertMessage(MSG_EMAIL_FILTRO_FORA_ESCRITORIO_ATIVADO); 
     27 
    2628                MailFilterPage mfp = mp.editFilter(); 
    2729                mfp.selectOutOfOfficeFilterRule(); 
     
    3032                // Garantir que a regra foi excluida e nao aparece na tela. 
    3133                Assert.assertFalse(mfp.isElementPresent(By.id("out_0"))); 
     34 
     35                mp.waitLoading(); 
     36 
     37                mp.isNotDisplayed(mp.waitFindElement(By.id("em_div_write_msg"), 5000, 
     38                                1000)); 
     39 
    3240        } 
    33  
    3441} 
Note: See TracChangeset for help on using the changeset viewer.