Ignore:
Timestamp:
09/02/11 14:27:19 (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/pages/calendar/AppointmentViewPage.java

    r4962 r5025  
    2222        public static final String DESCRIPTION = "Descrição:"; 
    2323        public static final String LOCAL = "Localização:"; 
    24         public static final String START = "Início Data/Hora:"; 
     24        public static final String START = "Início Data/hora:"; 
    2525        public static final String END = "Data/Hora de término:"; 
    2626        public static final String PRIORITY = "Prioridade:"; 
     
    3939        @FindBy(xpath = "//table[@id='calendar_viewevent_button_left']/tbody/tr/td[2]/nobr/form/div/input[@id='']") 
    4040        private WebElement editSeriesButton; 
     41 
     42        @FindBy(xpath = "//table[@id='calendar_viewevent_button_left']/tbody/tr/td[2]/nobr/form/div/input[@id='']") 
     43        private WebElement readyButton; 
    4144 
    4245        @FindBy(xpath = "//table[@id='calendar_viewevent_button_right']/tbody/tr/td/nobr/form/div/input[@id='']") 
     
    8285                this.removeButton.click(); 
    8386                this.removeAlert(); 
     87        } 
     88 
     89        /** 
     90         *  
     91         */ 
     92        public void ready() { 
     93                this.readyButton.click(); 
    8494        } 
    8595 
Note: See TracChangeset for help on using the changeset viewer.