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

OZG-4528 fix test

parent 752634b6
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ describe('VorgangDetailAntragstellerComponent', () => {
it('should be visible', () => {
const element = getElementFromFixture(fixture, antragstellerAdresse);
expect(element).toHaveClass('mdc-list-item');
expect(element).toBeInstanceOf(HTMLElement);
});
it('should not be visible', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment