Ignore:
Timestamp:
12/15/10 08:44:09 (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/ListarEmailsImportantesTestCase.java

    r3543 r3592  
    1818         * @throws Exception 
    1919         */ 
    20         @Test 
    21         public void testaLerEmailsImportantesSemEmail() throws Exception { 
    22                 super.enterExpressoMail(); 
    23                 // Abre uma pasta onde nao existam emails marcados como importante. 
    24                 super.openFolder("lINBOX/Seleniumtree_folders"); 
    25                 selenium.click("span_flag_FLAGGED"); 
    26                 super.waitForElement("msg_info"); 
    27                 assertTrue(getMensagem("pasta.vazia").equals( 
    28                                 selenium.getText("msg_info"))); 
    29  
    30         } 
     20        // @Test 
     21        // public void testaLerEmailsImportantesSemEmail() throws Exception { 
     22        // super.enterExpressoMail(); 
     23        // // Abre uma pasta onde nao existam emails marcados como importante. 
     24        // super.openFolder("lINBOX/Seleniumtree_folders"); 
     25        // selenium.click("span_flag_FLAGGED"); 
     26        // super.waitForElement("msg_info"); 
     27        // assertTrue(getMensagem("pasta.vazia").equals( 
     28        // selenium.getText("msg_info"))); 
     29        // 
     30        // } 
    3131 
    3232        @Test 
Note: See TracChangeset for help on using the changeset viewer.