Athelas
@@ -59,6 +62,7 @@ import { IonicApp, IonicModule, PopoverController, NavParams, ViewController } f
`,
+ selector: 'e2e-popover-basic'
})
export class PopoverRadioPage {
background: string;
@@ -173,7 +177,8 @@ export class PopoverLongListPage {
@Component({
- templateUrl: 'main.html'
+ templateUrl: 'main.html',
+ selector: 'e2e-popover-basic'
})
export class E2EPage {
@ViewChild('popoverContent', {read: ElementRef}) content: ElementRef;
diff --git a/src/components/popover/test/basic/main.html b/src/components/popover/test/basic/main.html
index e10d3e5622..2aeb0a626a 100644
--- a/src/components/popover/test/basic/main.html
+++ b/src/components/popover/test/basic/main.html
@@ -1,5 +1,3 @@
-
-
@@ -81,6 +79,4 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file