mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
refactor: initialise settings from config module and persist only the values
Closes #30, #59
This commit is contained in:
@@ -18,8 +18,7 @@ export class StAppsApp {
|
||||
|
||||
getPageTitle() {
|
||||
return element(by.tagName('ion-router-outlet'))
|
||||
.element(by.tagName('ion-title'))
|
||||
.element(by.id('title')).getText();
|
||||
.element(by.tagName('ion-title')).getText();
|
||||
}
|
||||
|
||||
getTitle() {
|
||||
|
||||
Reference in New Issue
Block a user