Advertisement
Guest User

Untitled

a guest
Oct 26th, 2021
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. Feature: OCL Subscription module
  2. Background:
  3. Given the user is logged in
  4.  
  5. @subscription
  6. Scenario: The user should be able to add metadata from the dictionary manager
  7. Given the user is on the home page
  8. When the user clicks the "configure Metadata" button
  9. And the user selects "Manage OCL"
  10. Then the user should be on the "Open Concept Lab" page
  11. And the "Setup subscription" is displayed
  12.  
  13. @subscription
  14. @ocl
  15. Scenario: The user should be able to import a dictionary in OpenMRS from OCL
  16. Given the user is on the "Open Concept Lab" page
  17. When the user clicks on the "Setup subscription"
  18. Then the user should be on the "Subscription" page
  19. And the user enters the url of a new released dictionary
  20. And the "Token" title is visible
  21.  
  22. @subscription
  23. @ocl
  24. Scenario: The user should be able to add the Token url of the user
  25. Given the user is on the "Subscription" page
  26. When the user clicks on the "Token"
  27. And the user enters the "User url"
  28. And the user clicks on the "Save changes" button
  29. Then the user should be on the "Open Concept Lab" page
  30. And the "API" should be displayed on the previous imports
  31.  
  32.  
  33. © 2021 GitHub, Inc.
  34. Terms
  35. Privacy
  36. Security
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement