Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. @C8801
  2. Scenario: Join as Retired Member with ALL Sections
  3. Given I select "Personal" membership type
  4. And I select "More Options" membership type
  5. And I select "Retired Member" membership type
  6. When I fill in the following:
  7. | First Name | FirstName |
  8. | Last Name | LastName |
  9. | Password | ectest |
  10. | Confirm password | ectest |
  11. # Communication preference selection check
  12. And I go to the next page
  13. And I fill in the following:
  14. | Address 1 | OrganizationAddress |
  15. | City | CityAddress |
  16. | ZIP code | 12345 |
  17. And I select state "Washington"
  18. And I should see "My billing address is different from above"
  19. And I go to the next page
  20. And I go to the next page
  21. And I click on the text "American Association of School Librarians"
  22. And I click on the text "Assoc of Specialized, Government and Coop Library Agencies"
  23. And I click on the text "Association for Library Collections and Technical Svcs"
  24. And I click on the text "Association for Library Service to Children"
  25. And I click on the text "Association of College and Research Libraries"
  26. And I click on the text "Library and Information Technology Association"
  27. And I click on the text "Library Leadership and Management Association"
  28. And I click on the text "Public Library Association"
  29. And I click on the text "Reference and User Services Association"
  30. And I click on the text "United for Libraries"
  31. And I click on the text "Young Adult Library Services Association"
  32. And I should see "Select from remaining division options and then submit your choices, below."
  33. And I go to the next page
  34. And I click on the text "Educators of School Librarians"
  35. And I click on the text "Independent Schools"
  36. And I click on the text "Retiree Special Interest Group"
  37. And I click on the text "Supervisors"
  38. And I click on the text "Asian, African, and Middle Eastern Studies Interest Group"
  39. And I click on the text "Academic Library Services for Graduate Students IG"
  40. And I click on the text "Academic Library Services to International Students Interest"
  41. And I click on the text "Access Services Interest Group"
  42. And I click on the text "African-American Studies Librarians Interest Group"
  43. And I click on the text "Anthropology and Sociology Section"
  44. And I click on the text "Arts Section"
  45. And I click on the text "College Libraries Section"
  46. And I click on the text "Community and Junior College Libraries Section"
  47. And I click on the text "Contemplative Pedagogy Interest Group"
  48. And I click on the text "Show All Sections"
  49. And I click on the text "Digital Badges Interest Group"
  50. And I click on the text "Digital Scholarship Section"
  51. And I click on the text "Distance Learning Section"
  52. And I click on the text "Education and Behavioral Sciences Section"
  53. And I click on the text "European Studies Section"
  54. And I click on the text "Health Sciences Interest Group"
  55. And I click on the text "History Librarians Interest Group"
  56. And I click on the text "Image Resources Interest Group"
  57. And I click on the text "Institutional Research Interest Group"
  58. And I click on the text "Instruction Section"
  59. And I click on the text "Librarianship in For-Profit Educational Institutions Interes"
  60. And I click on the text "Library and Information Science (LIS) Education Interest Gro"
  61. And I click on the text "Library Marketing and Outreach Interest Group"
  62. And I click on the text "Literatures in English Section"
  63. And I click on the text "Politics, Policy and International Relations Section"
  64. And I click on the text "Rare Books and Manuscripts Section"
  65. And I click on the text "Research Assessment and Metrics Interest Group"
  66. And I click on the text "Residency Interest Group"
  67. And I click on the text "Science and Technology Section"
  68. And I click on the text "Systematic Reviews and Related Methods Interest Group"
  69. And I click on the text "Technical Services Interest Group"
  70. And I click on the text "Universal Access Interest Group"
  71. And I click on the text "University Libraries Section"
  72. And I click on the text "Virtual Worlds Interest Group"
  73. And I click on the text "Women's and Gender Studies"
  74. And I click on the text "Businesss Reference and Services Section"
  75. And I click on the text "Collection Development and Evaluation Section"
  76. And I click on the text "Emerging technologies in Reference Section"
  77. And I click on the text "History Section"
  78. And I click on the text "References Services Section"
  79. And I click on the text "Sharing and Transforming Access to Resource Section"
  80. And I go to the next page
  81. And the "New Member Round Table" round_table box should be recommended
  82. And I go to the checkout page
  83. And I should see "Your Membership Summary"
  84. And I should see "Retired Member"
  85. And I should see "YOUR TOTAL:"
  86. And I should see "$52.00"
  87. And I should see "Would you like to help support libraries and give a gift to ALA today?"
  88. And I should see "Coupon Code"
  89. And I should see "Payment"
  90. And I fill in the following:
  91. | Card owner | Test Test |
  92. | Card number | 4111111111111111 |
  93. | Security code | 123 |
  94. And I go to the last page
  95. Then I should see "Thank you for your payment."
  96. And I log out of Shibboleth
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement