|
118 | 118 | - [ ] Changing the open/close/all filter dropdown filters the pull request list, by selected option (confirm on .com) |
119 | 119 | - [ ] Changing the Assignee filter dropdown filters the pull request list to display only selected user assigned (confirm on .com) |
120 | 120 | - [ ] Changing the Author filter dropdown filters the pull request list to display pull requests the user created (confirm on .com) |
121 | | - - [ ] "Create New" Link button displayed. |
| 121 | + - [ ] "Create New" Link button is displayed |
| 122 | + - [ ] Clicking on a pull request title opens browser window to pull request on .com |
| 123 | + - [ ] Clicking on a pull request number opens browser window to pull request on .com |
122 | 124 | - [ ] **Click on Create New button** |
123 | 125 | - [ ] Pane title displays "GitHub | (current repository)" |
124 | 126 | - [ ] Selected pane tab title (on the bottom) displays "GitHub" |
|
129 | 131 | - [ ] Clicking on Cancel button navigates back to the pull request list |
130 | 132 | - [ ] **Fill out pull request Title** |
131 | 133 | - [ ] Create Pull Request button is enabled. |
132 | | - - [ ] ... |
| 134 | +- [ ] **Click on Create Pull Request** |
| 135 | + - [ ] "The Pull Request has been created at [target branch]" message is displayed at the top of the GitHub pane |
| 136 | + - [ ] Pull request list is displayed with new pull request (that was just created) at the top of the list |
| 137 | + |
| 138 | +# In VS text/code Editor (logged in to GitHub) [GIST, can this be done logged out???] |
| 139 | +- [ ] **Highlight code or text within solution, then right click.** |
| 140 | + - [ ] GitHub context menu is visible |
| 141 | + - [ ] "Create a GitHub Gist" is visible |
| 142 | + - [ ] Open on Github is visible if code is hosted on GitHub repository |
| 143 | + - [ ] Copy link to clipboard is visible if code is hosted on GitHub repository |
| 144 | +- [ ] **Click "Create a GitHub Gist"** |
| 145 | + - [ ] Create gist dialog appears |
| 146 | + - [ ] File name textbox populated with name of file that highlighted source code came from |
| 147 | + - [ ] Private Gist checkbox unchecked |
| 148 | + - [ ] Create button enabled |
| 149 | + - [ ] Clearing file name textbox disables the Create button |
| 150 | +- [ ] **Click create button** |
| 151 | + - [ ] Dialog disappears |
| 152 | + - [ ] |
133 | 153 |
|
134 | 154 |
|
135 | 155 |
|
|
0 commit comments