Changeset 17106
- Timestamp:
- 03/25/08 10:00:48 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/test/acceptance/src/net/project/test/acceptance/PersonalHomeTest.java
r17097 r17106 601 601 } 602 602 603 public void testClickNewItemsAcceptButtonWithoutSelectedItem() throws Exception {603 public void NOtestClickNewItemsAcceptButtonWithoutSelectedItem() throws Exception { 604 604 // E4E_Pnet_UIpersonal_36 605 605 // E4E_Pnet_UIpersonal_37 trunk/test/acceptance/src/net/project/test/acceptance/framework/PnetAcceptanceTestFramework.java
r17077 r17106 480 480 assertTextPresent("Site Status"); 481 481 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"); 483 483 assertTextPresent("My Businesses"); 484 484 assertTextPresent("My Projects"); … … 612 612 613 613 final String uniqueWorkflowStepName = 614 createUniqueValue("testWorflowStep Name");614 createUniqueValue("testWorflowStep"); 615 615 assertLinkNotPresentWithExactText(uniqueWorkflowStepName); 616 616
