Merge "Address test flakiness in gr-project-detail-list" into stable-2.15
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user