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

OZG-6300 impl PR comments

parent df2ee8d8
No related branches found
No related tags found
No related merge requests found
<ods-button variant="outline" text="Anfrage erstellen" dataTestId="anfrage-erstellen-button"> <ods-button variant="outline" text="Anfrage erstellen" dataTestId="anfrage-erstellen-button">
<ods-collaboration-icon icon /> <ods-collaboration-icon icon />
</ods-button> </ods-button>
dsadwad
...@@ -3,6 +3,5 @@ import { Component } from '@angular/core'; ...@@ -3,6 +3,5 @@ import { Component } from '@angular/core';
@Component({ @Component({
selector: 'alfa-collaboration-in-vorgang-container', selector: 'alfa-collaboration-in-vorgang-container',
templateUrl: './collaboration-in-vorgang-container.component.html', templateUrl: './collaboration-in-vorgang-container.component.html',
styleUrls: ['./collaboration-in-vorgang-container.component.scss'],
}) })
export class CollaborationInVorgangContainerComponent {} export class CollaborationInVorgangContainerComponent {}
...@@ -110,6 +110,7 @@ describe('VorgangDetailAreaComponent', () => { ...@@ -110,6 +110,7 @@ describe('VorgangDetailAreaComponent', () => {
component.vorgangStateResource = createStateResource( component.vorgangStateResource = createStateResource(
createVorgangWithEingangResource([VorgangWithEingangLinkRel.CREATE_COLLABORATION_REQUEST]), createVorgangWithEingangResource([VorgangWithEingangLinkRel.CREATE_COLLABORATION_REQUEST]),
); );
fixture.detectChanges(); fixture.detectChanges();
existsAsHtmlElement(fixture, collaborationContainer); existsAsHtmlElement(fixture, collaborationContainer);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment