microsoft / EmbeddedSocial-iOS-SDK

SDK for interacting with the Microsoft Embedded Social service from inside your iOS app
MIT License
19 stars 11 forks source link

[Manual] - The screen with comment is not closed after the comment was removed #572

Closed JaroslawRomanovich closed 7 years ago

JaroslawRomanovich commented 7 years ago

Commit number: caa9b918732e439e04ba0eb9b8343c66c4aa7241

Preconditions: Test user is signed in

Steps to reproduce:

  1. Open a post
  2. Add a comment to the post
  3. Open the comment in the separate screen
  4. Remove the comment on "Comment" screen

Actual Result: The "Comment" screen is still opened Expected Result: The "Comment" screen is closed. The "Post" screen is opened.