Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. AttributeError: 'dict' object has no attribute 'format'`
  2.  
  3. Element 'css: div.uiModal div.panel.slds-modal' did not appear in 15 seconds
  4.  
  5. *** TestCases ***
  6. Verify user can Add New Objective At Impact Level
  7. Click Element ${AddNewFrameworkItemButton}
  8. ###Below Cci keywords are unable to detect the modal and hence are falling short
  9. #Wait Until Modal Is Open # bcoz my modal is not detected, i use Get Locator next
  10. #Get Locator object field=Add New Framework Item
  11. #Populate Field Objective Name TA_P1_Obj1
  12. #Populate Field Definition This is a Level 1 Objective
  13. #Populate Field Level Impact
  14. #Populate Lookup Field Parent Objective L1 Objective
  15. #Click Modal Button Save
  16. ###As a workaround, I need to use Selenium stuff
  17. Click Element ${AddNewFrameworkItemButton}
  18. Wait Until Page Contains Element ${AddNewObjectiveHeader}
  19. Input Text ${ObjectiveNameTextArea} TA_P1_Obj1
  20. Input Text ${DefinitionTextArea} This is a Level 1 Objective
  21. .....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement