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

Test Cases for Issue #82 - Verify the time fields in the Manager plan screen #295

Merged
merged 5 commits into from
Sep 12, 2024

Conversation

ArekKuczynski
Copy link
Collaborator

Issue #208

Copy link
Owner

@damies13 damies13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As well as typing a number can you also type other variations into the time fields

  • formatted times e.g. 1:00:10
  • partially formatted times e.g. 1:30 --> should become 0:01:30
  • no zero padding e.g.
    • 0:2:5 --> should become 0:02:05
    • 1::3 --> should become 1:00:03
    • :3: --> should become 0:03:00

maybe you can add other variations if you think of them, basically what ever people might try to type in the field

@damies13 damies13 merged commit e3d71f4 into damies13:v1.4.0 Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants