mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
test: add ThingTranslateService to app testbed
This commit is contained in:
@@ -26,8 +26,8 @@ describe('Settings', () => {
|
||||
page.navigateTo('#/settings');
|
||||
});
|
||||
|
||||
it('should have a title saying Settings', () => {
|
||||
expect(page.getPageTitle()).toBe('Settings');
|
||||
it('should have a localized title saying "Einstellungen"', () => {
|
||||
expect(page.getPageTitle()).toBe('Einstellungen');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user