test(aio): redefine pipe test as a pending test to confirm code example

This commit is contained in:
Ward Bell
2017-02-20 22:28:40 -08:00
committed by Igor Minar
parent 801b09066b
commit a26eb4c04e
2 changed files with 1 additions and 6 deletions

View File

@ -14,9 +14,5 @@ describe('site App', function() {
});
});
it('should convert code-example in pipe.html', () => {
page.datePipeLink.click().then(() => {
expect(page.codeExample.count()).toBeGreaterThan(0, 'should have code-example content');
});
});
it('should convert a doc with a code-example');
});