kblincoe / VisualGit_SE701_2019_3

1 stars 0 forks source link

306 easier branching #335

Closed brianshchoi closed 5 years ago

brianshchoi commented 5 years ago

306

Pre-test state: No pre-test state

Test :

  1. Press the branch icon on the toolbar image

  2. Check that this modal pops up image

  3. Try press 'create' without anything in the field. This warning should pop up. image

  4. Even if you type in the field and press create, the same warning should pop up.

  5. Clone/Open up a repository

  6. Try create a branch with a valid name which doesn't exist

  7. The branch name you created should pop up at the top left

  8. Try create an invalid name (e.g. ones with spaces or ones which start with ./). A warning showing an invalid branch name should pop up.

image