mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
attempt to diagnose travis-only e2e issues
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { by, element } from 'protractor';
|
||||
import { ProtractorPage } from './app.po';
|
||||
|
||||
describe('protractor App', () => {
|
||||
@@ -13,7 +14,8 @@ describe('protractor App', () => {
|
||||
});
|
||||
|
||||
it('should contain a news section', () => {
|
||||
page.navigateTo();
|
||||
page.navigateTo()
|
||||
.then(() => element(by.css('.main-content')).getAttribute('innerHTML').then((v) => process.stdout.write(v)));
|
||||
expect<any>(page.getHomePageNewsText()).toBeDefined();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user