Changeset 17106

Show
Ignore:
Timestamp:
03/25/08 10:00:48 (10 months ago)
Author:
vmalykhin
Message:

tests fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/acceptance/src/net/project/test/acceptance/PersonalHomeTest.java

    r17097 r17106  
    601601        } 
    602602 
    603         public void testClickNewItemsAcceptButtonWithoutSelectedItem() throws Exception { 
     603        public void NOtestClickNewItemsAcceptButtonWithoutSelectedItem() throws Exception { 
    604604                // E4E_Pnet_UIpersonal_36 
    605605                // E4E_Pnet_UIpersonal_37 
  • trunk/test/acceptance/src/net/project/test/acceptance/framework/PnetAcceptanceTestFramework.java

    r17077 r17106  
    480480                assertTextPresent("Site Status"); 
    481481                assertTextPresent("Personal Planned Activity Metrics"); 
    482                 assertTextPresent("Tasks - In Progress, Late, or Starting within 2 Days"); 
     482                assertTextPresent("Assignments - In Progress, Late, or Starting within 2 Days"); 
    483483                assertTextPresent("My Businesses"); 
    484484                assertTextPresent("My Projects"); 
     
    612612                 
    613613                final String uniqueWorkflowStepName =  
    614                         createUniqueValue("testWorflowStepName"); 
     614                        createUniqueValue("testWorflowStep"); 
    615615                assertLinkNotPresentWithExactText(uniqueWorkflowStepName); 
    616616