From 8417c51655087e154096c703a92d5803a0d1f547 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 8 Dec 2016 11:08:43 -0500 Subject: [PATCH] test(img): add tests for the img component --- src/components/card/test/images/main.html | 6 +- src/components/img/test/basic/app-module.ts | 32 +++++++++- src/components/img/test/basic/e2e.ts | 0 src/components/img/test/basic/main.html | 16 ++++- src/components/img/test/cards/app-module.ts | 40 +++++++++++++ src/components/img/test/cards/main.html | 38 ++++++++++++ src/components/img/test/list/app-module.ts | 65 +++++++++++++++++++++ src/components/img/test/list/main.html | 28 +++++++++ 8 files changed, 219 insertions(+), 6 deletions(-) create mode 100644 src/components/img/test/basic/e2e.ts create mode 100644 src/components/img/test/cards/app-module.ts create mode 100644 src/components/img/test/cards/main.html create mode 100644 src/components/img/test/list/app-module.ts create mode 100644 src/components/img/test/list/main.html diff --git a/src/components/card/test/images/main.html b/src/components/card/test/images/main.html index ed42e79d65..8bb0f5d1b6 100644 --- a/src/components/card/test/images/main.html +++ b/src/components/card/test/images/main.html @@ -26,7 +26,8 @@ -

Card With An Inset Picture, H2 text

+

Card with large avatar

+

h3 text

Isn't it beautiful.

@@ -39,9 +40,10 @@