feat(demo): test out the radio button group

This commit is contained in:
Ken Sodemann
2017-11-21 09:36:20 -06:00
parent af545aaa1e
commit ad9e73bb24
6 changed files with 117 additions and 18 deletions

View File

@ -9,7 +9,7 @@ export class HomePage {
return browser.get('/');
}
getTitle() {
getTitleText() {
return element(by.css('.title')).getText();
}
}