mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
feat(demo): test out the radio button group
This commit is contained in:
@ -9,7 +9,7 @@ export class HomePage {
|
||||
return browser.get('/');
|
||||
}
|
||||
|
||||
getTitle() {
|
||||
getTitleText() {
|
||||
return element(by.css('.title')).getText();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user