Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. Conversation
  2.  
  3. Given Company has started conversation with student
  4. When company click on Delete
  5. Then we should delete conversation between company & applicant(student) for given job
  6. And we should show conversation with text in gray color on student side
  7. And we should show message in the middle: Sorry this conversation has been closed.
  8.  
  9.  
  10. Given Company has started conversation with student
  11. When student click on Delete
  12. Then we should delete conversation between company & applicant(student) for given job
  13. And we should show conversation with text in gray color on company side
  14. And we should show message in the middle: Sorry this conversation has been closed.
  15.  
  16. Given Company has started conversation with student
  17. When student click on Sent video
  18. Then student should be able to upload video in conversation
  19.  
  20.  
  21. Given Company has started conversation with student
  22. When company click on Add predefined question
  23. Then should be able to choose from list of predefined questions
  24. And should be able pressing question to be sent to student.
  25.  
  26. Background:
  27. Given Company is on applicant list page
  28. And they see all applicants for their job position
  29.  
  30. Scenario:
  31. Given Company click on delete button
  32. Then we should delete applicant for that job position
  33. And we should delete conversation between them
  34. And we should show conversation with text in gray color on student
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement