Skip to content
Snippets Groups Projects
Commit 1fcc82c1 authored by Albert Bruns's avatar Albert Bruns
Browse files

OZG-725-7893 small fix

parent 64fdf282
No related branches found
No related tags found
1 merge request!93OZG-725-weiterleitung-suche
<div class="block flex w-[620px] flex-col gap-4 bg-background-100 p-8">
<div class="flex items-center justify-between">
<h1 class="text-xl font-semibold text-primary">Vorgang weiterleiten</h1>
<ods-cancel-dialog-button showAsIconButton="true" data-test-id="cancel-dialog-icon-button" />
<ods-cancel-dialog-button showAsIconButton="true" />
</div>
@if (isNil(selectedSearchResult)) {
......@@ -14,7 +14,7 @@
}
<div class="flex gap-4">
<alfa-forwarding-button [disabled]="isNil(selectedSearchResult)" data-test-id="forwarding-button" />
<ods-cancel-dialog-button data-test-id="cancel-dialog-button" />
<alfa-forwarding-button [disabled]="isNil(selectedSearchResult)" data-test-id="forwarding-button-host" />
<ods-cancel-dialog-button/>
</div>
</div>
......@@ -16,7 +16,7 @@ describe('ForwardingDialogComponent', () => {
const zufiSearch: string = getDataTestIdOf('zufi-search');
const forwardingItem: string = getDataTestIdOf('forwarding-item');
const forwardingButton: string = getDataTestIdOf('forwarding-button');
const forwardingButton: string = getDataTestIdOf('forwarding-button-host');
const organisationsEinheitResource: OrganisationsEinheitResource = createOrganisationsEinheitResource();
beforeEach(async () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment