Skip to content
Snippets Groups Projects
Commit b4a9339b authored by Martin's avatar Martin
Browse files

OZG-7501 remove dataTestId Input

parent 84b44932
No related branches found
No related tags found
2 merge requests!107Ozg 7473 e2e,!105Ozg 7501 adjust loading
......@@ -4,7 +4,7 @@
(clickEmitter)="clickEmitter.emit()"
text="Weiterleiten"
variant="outline"
[dataTestId]="dataTestId"
dataTestId="forwarding-dialog-forwarding-button"
data-test-id="forwarding-button-container"
>
<ods-forward-vorgang-icon icon class="fill-primary" />
......
......@@ -13,7 +13,6 @@ import { ForwardVorgangIconComponent } from '@ods/system';
export class ForwardingButtonComponent {
@Input() disabled: boolean;
@Input() stateResource: StateResource<CommandResource>;
@Input({ required: true }) dataTestId: string;
@Output() clickEmitter: EventEmitter<void> = new EventEmitter();
}
......@@ -16,7 +16,6 @@
[disabled]="!selectedSearchResult"
(clickEmitter)="onForwarding()"
data-test-id="foward-dialog-forward-button"
dataTestId="forwarding-dialog-forwarding-button"
/>
<ods-cancel-dialog-button />
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment