| Context-Type: org.eclipse.rcptt.ctx.ecl |
| Element-Name: InitialSubmit |
| Id: _faIt4LvJEeawKoti9_0qpQ |
| Runtime-Version: 2.1.0.201605312320 |
| Save-Time: 3/17/17 1:06 PM |
| ------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa |
| This context creates a new revision and submits it to the server. This allows new reviews to have a parent (this change) so that they can then be rebased. |
| ------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa-- |
| ------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998 |
| /* Creates a new review and open the corresponding editor */ |
| let [val review [create-review -server $serverURL]] { |
| runQueryAndOpenEditor $review |
| /* +2 the review and submits it to the server */ |
| get-editor | get-button "Reply..." | click |
| get-menu "Code-Review +2" | click |
| wait -ms $defaultWaitTime |
| get-editor | get-button Submit | click |
| ------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998-- |