Skip to content
Snippets Groups Projects
Commit 72ed903b authored by Alexander Reifschneider's avatar Alexander Reifschneider
Browse files

OZG-6564 Improve unit test

parent 8a925c96
No related branches found
No related tags found
1 merge request!48OZG-6564 new edit button
......@@ -84,9 +84,7 @@ describe('AktenzeichenComponent', () => {
});
describe('after render', () => {
it('should render edit button', () => {
fixture.detectChanges();
it('should NOT render edit button', () => {
notExistsAsHtmlElement(fixture, editButton);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment