Merge "Add missing teardown method to gr-change-actions_test"

This commit is contained in:
David Pursehouse
2016-03-15 03:03:18 +00:00
committed by Gerrit Code Review

View File

@@ -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');