Release a test case about 'should filter data by keyword'

Signed-off-by: Yogi_Wang <yawang@vmware.com>
This commit is contained in:
Yogi_Wang 2019-04-15 16:58:47 +08:00
parent 2eed72c445
commit 4faea92b04

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();