mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
Changed auth-status model: ssoLoginUrl: string
This commit is contained in:
16
e2e/app.e2e-spec.js
Normal file
16
e2e/app.e2e-spec.js
Normal file
@@ -0,0 +1,16 @@
|
||||
import { ProtractorPage } from './app.po';
|
||||
describe('protractor App', function () {
|
||||
var page;
|
||||
beforeEach(function () {
|
||||
page = new ProtractorPage();
|
||||
});
|
||||
it('should display translated title "DSpace Angular :: Home"', function () {
|
||||
page.navigateTo();
|
||||
expect(page.getPageTitleText()).toEqual('DSpace Angular :: Home');
|
||||
});
|
||||
it('should contain a news section', function () {
|
||||
page.navigateTo();
|
||||
expect(page.getHomePageNewsText()).toBeDefined();
|
||||
});
|
||||
});
|
||||
//# sourceMappingURL=app.e2e-spec.js.map
|
Reference in New Issue
Block a user