mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Use waitForAngular() so e2e tests don't run while data is still loading
This commit is contained in:
@@ -2,7 +2,8 @@ import { browser, element, by } from 'protractor';
|
|||||||
|
|
||||||
export class ProtractorPage {
|
export class ProtractorPage {
|
||||||
navigateTo() {
|
navigateTo() {
|
||||||
return browser.get('/');
|
return browser.get('/')
|
||||||
|
.then(() => browser.waitForAngular());
|
||||||
}
|
}
|
||||||
|
|
||||||
getPageTitleText() {
|
getPageTitleText() {
|
||||||
|
Reference in New Issue
Block a user