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

OZG-5023 Remove obsolete test

parent 380c0e1d
No related branches found
No related tags found
No related merge requests found
...@@ -187,15 +187,6 @@ describe('VorgangDetailBescheidenResultComponent', () => { ...@@ -187,15 +187,6 @@ describe('VorgangDetailBescheidenResultComponent', () => {
notExistsAsHtmlElement(fixture, bescheidStatus); notExistsAsHtmlElement(fixture, bescheidStatus);
}); });
it('should NOT be visible on step 2', () => {
component.sendByManual$ = of(true);
component.activeStep$ = of(2);
fixture.detectChanges();
notExistsAsHtmlElement(fixture, bescheidStatus);
});
}); });
describe('bescheid document', () => { describe('bescheid document', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment