Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Scenario Outline: View all widgets
  2. Given I load my browser
  3. Then the <Widget> is on the homepage
  4.  
  5. Examples:
  6. | Widget |
  7. | Blog |
  8. | BMI Calculator |
  9. | CQC |
  10. | Facebook |
  11. | Flu Vac |
  12. | Form |
  13. | FFT |
  14. | Image |
  15. | Information |
  16. | Menu |
  17. | Newsletter |
  18. | Opening Times |
  19. | PPG |
  20. | Search |
  21. | Slideshow |
  22. | Twitter |
  23. | YouTube |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement