Skip to content
Snippets Groups Projects
Commit 18f4f748 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-1389 fix e2e

parent 9c6ee7af
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,10 @@ describe('Postfach nachricht user profile on backend error', () => {
describe('on status 503', () => {
it('should manipulate response on vorgang detail navigation', () => {
interceptWithResponse(HttpMethodE2E.GET, '/api/userProfiles/*', { statusCode: 503, body: { issues: [{ messageCode: MessageCodeE2E.SERVICE_UNAVAILABLE }] } });
interceptWithResponse(HttpMethodE2E.GET, '/api/userProfiles/*', {
statusCode: 503,
body: { issues: [{ messageCode: MessageCodeE2E.SERVICE_UNAVAILABLE }] }
});
vorgangList.getListItem(vorgang.name).getRoot().click();
exist(vorgangPage.getVorgangDetailHeader().getRoot());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment