diff --git a/ionic/components/radio/test/basic/e2e.ts b/ionic/components/radio/test/basic/e2e.ts index 424ac5b89a..e3dae7af7b 100644 --- a/ionic/components/radio/test/basic/e2e.ts +++ b/ionic/components/radio/test/basic/e2e.ts @@ -1,8 +1,4 @@ -it('should check Banana', function() { - element(by.css('#e2eBanana')).click(); -}); - it('should check Cherry', function() { element(by.css('#e2eCherry')).click(); }); diff --git a/ionic/components/show-hide-when/test/basic/e2e.ts b/ionic/components/show-hide-when/test/basic/e2e.ts deleted file mode 100644 index e69de29bb2..0000000000