Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User should be able to remove all cycles in the calendar's edit mode #192

Open
imblowfish opened this issue Nov 23, 2023 · 0 comments
Open
Labels
test Description of manual testing
Milestone

Comments

@imblowfish
Copy link
Collaborator

Related task: #166

Steps:

  • Launch app without any storage data (list of cycles should be empty)
  • Click on Edit button
  • Select any range of days
    image
  • Click on Save
    image
  • Click on Edit again
  • Click on the same days to remove them, there shouldn't be any other selected days
    image
  • Click on Save
    image

Expected result: You shouldn't see any days on the calendar's view mode, cycles list should be empty

To be sure that list of cycles is empty you can export config and check it by yourself. This config should look something like this:

{
  "version": 1,
  "cycles": [],
  "language": "en"
}
@imblowfish imblowfish added the test Description of manual testing label Nov 23, 2023
@imblowfish imblowfish added this to the Tests milestone Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Description of manual testing
Projects
Status: Done
Development

No branches or pull requests

1 participant