Merge "Address test flakiness in gr-project-detail-list" into stable-2.15

This commit is contained in:
Becky Siegel
2017-10-04 09:53:26 +00:00
committed by Gerrit Code Review

View File

@@ -69,6 +69,7 @@ limitations under the License.
element = fixture('basic');
element.detailType = 'branches';
counter = 0;
sandbox.stub(page, 'show');
});
teardown(() => {
@@ -314,6 +315,7 @@ limitations under the License.
element = fixture('basic');
element.detailType = 'tags';
counter = 0;
sandbox.stub(page, 'show');
});
teardown(() => {