[SDC-29] catalog 1707 rebase commit.
Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1
Signed-off-by: Michael Lando <ml636r@att.com>
diff --git a/catalog-ui/e2e/app.e2e-spec.ts b/catalog-ui/e2e/app.e2e-spec.ts
new file mode 100644
index 0000000..914805e
--- /dev/null
+++ b/catalog-ui/e2e/app.e2e-spec.ts
@@ -0,0 +1,14 @@
+import { CatalogUiPage } from './app.po';
+
+describe('catalog-ui App', function() {
+ let page: CatalogUiPage;
+
+ beforeEach(() => {
+ page = new CatalogUiPage();
+ });
+
+ it('should display message saying app works', () => {
+ page.navigateTo();
+ expect(page.getParagraphText()).toEqual('app works!');
+ });
+});