Skip to content

If the user interrupts a test, delete it #137

@MichaelPolla

Description

@MichaelPolla

Example of test interruption:

  • Opening the drawer and going to another section of the app,
  • Pressing "Back" button until we get to the Parcels list.

As we are no more offering a way to the user to complete a test later, there's no use to keep an incomplete test. Also, these incomplete tests make the numbering inconsistent e.g. :

  • Create and finish a first test : will be named Test 1
  • Create and interrupt a second test
  • Create and finish a third test : will be named Test 3
    The user may wonder where's the "Test 2"

In a case of test interruption, we could show a warning to the user asking whether he wants to continue the test or stop it - and in that case, delete it.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions