|
126 | 126 | - [ ] "Create New" Link button is displayed |
127 | 127 | - [ ] Clicking on a pull request title opens browser window to pull request on .com |
128 | 128 | - [ ] Clicking on a pull request number opens browser window to pull request on .com |
| 129 | +- [ ] **Click on a pull request title** |
| 130 | + - [ ] A detailed description of the pull request is displayed. |
| 131 | + - [ ] Pull request number matches the number in the list. |
| 132 | + - [ ] Pull request title matches the title in the list. |
| 133 | + - [ ] Source branch is displayed on the left |
| 134 | + - [ ] Mousing over the source branch shows the entire branch name in a tool tip |
| 135 | + - [ ] Target branch is displayed on the right |
| 136 | + - [ ] Mousing over the target branch shows the entire branch name in a tool tip |
| 137 | + - [ ] "View conversation on GitHub" link navigates to pull request on .com |
| 138 | + - [ ] List of changed files displayed under pull request description |
| 139 | + - [ ] Right clicking on a specific file displays options to open or compare file |
| 140 | + - [ ] Double clicking on a file opens a diff view of the file or a single file (depends on current file option) |
| 141 | + - [ ] Files in file diff view match diff on .com (pick any file) |
| 142 | +- [ ] **Change the changed files current view** |
| 143 | + - [ ] The view has been changed to the view selected |
| 144 | +- [ ] **Close & reopen Visual Studio** |
| 145 | +- [ ] **Go to any pull request details** |
| 146 | + - [ ] View of changed files was the selected view before closing Visual Studio |
| 147 | +- [ ] **Change the default file action** |
| 148 | + - [ ] Double clicking on a file in the changed file list opens a diff view if previous action setting opened the file, or a single file if the previous action setting opened the diff view (depends on current file option) |
| 149 | +- [ ] **Close & reopen Visual Studio** |
| 150 | +- [ ] **Go to any pull request details** |
| 151 | + - [ ] Double clicking on a file in the changed file list uses last default action setting open file/file diff |
| 152 | +- [ ] **Make a change any file and save it** |
| 153 | +- [ ] **Go to any pull request details and mouseover** |
| 154 | + - [ ] "Checkout to [branch name]" is plain text (not hyperlink) and mouseover displays tool tip |
| 155 | +- [ ] **Undo pending changes (Many option to do this. One way: Go to Team Explorer > Home > Changes > Right click on files > Undo Changes)** |
| 156 | +- [ ] **Click on "checkout to [branch name]"** |
| 157 | + - [ ] Git context (lower right) displays source branch name of pull request |
| 158 | + - [ ] "Checkout to [branch name]" text has changed to "Local branch up to date" |
129 | 159 | - [ ] **Create a new branch (can alternatively make commits on an existing branch)** |
130 | 160 | - [ ] **Switch Git context to new branch** |
131 | 161 | - [ ] **Click on Create New button** |
|
0 commit comments