Merge "Add missing teardown method to gr-change-actions_test"
This commit is contained in:
@@ -98,6 +98,10 @@ limitations under the License.
|
||||
server.respond();
|
||||
});
|
||||
|
||||
teardown(function() {
|
||||
server.restore();
|
||||
});
|
||||
|
||||
test('submit, rebase, and cherry-pick buttons show', function(done) {
|
||||
flush(function() {
|
||||
var buttonEls = Polymer.dom(element.root).querySelectorAll('gr-button');
|
||||
|
||||
Reference in New Issue
Block a user