test(common): rename keyvalue e2e test (#24489)

PR Close #24489
This commit is contained in:
cexbrayat 2018-06-13 23:19:06 +02:00 committed by Miško Hevery
parent ccbda9de65
commit f3625e424b
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ describe('pipe', () => {
expect(element.all(by.css('titlecase-pipe p')).get(5).getText()).toEqual('Foo-vs-bar');
});
});
describe('titlecase', () => {
describe('keyvalue', () => {
it('should work properly', () => {
browser.get(URL);
waitForElement('keyvalue-pipe');