parent
ccbda9de65
commit
f3625e424b
|
@ -57,7 +57,8 @@ describe('pipe', () => {
|
||||||
expect(element.all(by.css('titlecase-pipe p')).get(5).getText()).toEqual('Foo-vs-bar');
|
expect(element.all(by.css('titlecase-pipe p')).get(5).getText()).toEqual('Foo-vs-bar');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
describe('titlecase', () => {
|
|
||||||
|
describe('keyvalue', () => {
|
||||||
it('should work properly', () => {
|
it('should work properly', () => {
|
||||||
browser.get(URL);
|
browser.get(URL);
|
||||||
waitForElement('keyvalue-pipe');
|
waitForElement('keyvalue-pipe');
|
||||||
|
|
Loading…
Reference in New Issue