Merge pull request #7407 from jwangyangls/fixHelmChartRouteIssue

Recovery a test case about 'should filter data by keyword' in the test file named repository-gridview.component.spec.ts
This commit is contained in:
jwangyangls 2019-04-17 15:24:56 +08:00 committed by GitHub
commit cc868aa23e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@ describe('RepositoryComponentGridview (inline template)', () => {
});
}));
// Will fail after upgrade to angular 6. todo: need to fix it.
xit('should filter data by keyword', async(() => {
it('should filter data by keyword', async(() => {
fixtureRepo.whenStable().then(() => {
fixtureRepo.detectChanges();