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

OZG-2737 OZG-2950 reactivate/adjust e2e test

parent 7b501160
No related branches found
No related tags found
No related merge requests found
......@@ -70,13 +70,13 @@ describe('Postfach nachricht user profile on backend error', () => {
})
})
describe.skip('FIXME(OZG-2950 UserManager) on status 503', () => {
describe('on status 503', () => {
const statusCode: number = 503;
const getUserProfileInterceptor: string = 'getUserProfileInterceptor';
beforeEach(() => {
interceptWithResponse(HttpMethodE2E.GET, 'http://localhost:9092/api/userProfiles/*', {
interceptWithResponse(HttpMethodE2E.GET, '/api/userProfiles/*', {
statusCode, body: { issues: [{ messageCode: MessageCodeE2E.SERVICE_UNAVAILABLE }] }
}).as(getUserProfileInterceptor);
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment