Provide validation to the json type property in the operation inputs
[sdc.git] / catalog-ui / e2e / app.e2e-spec.ts
1 import { CatalogUiPage } from './app.po';
2
3 describe('catalog-ui App', function() {
4   let page: CatalogUiPage;
5
6   beforeEach(() => {
7     page = new CatalogUiPage();
8   });
9
10   it('should display message saying app works', () => {
11     page.navigateTo();
12     expect(page.getParagraphText()).toEqual('app works!');
13   });
14 });