Skip to content

Commit e657846

Browse files
nevio18324ManuelMoeri
authored andcommitted
test: Fix some of the e2e tests #1570
1 parent 42e31e0 commit e657846

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frontend/cypress/e2e/tab.cy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ describe('tabbing workflows', () => {
173173
tabAndCheck('stretch-goal');
174174
tabAndCheck('owner-input');
175175
tabAndCheck('description-input');
176+
tabAndCheck('manage-units');
176177
tabAndCheck('action-input');
177178
tabAndCheck('add-action-plan-line', 'Weitere Action hinzufügen');
178179
tabAndCheck('ordinal-tab', 'Ordinal');

frontend/src/app/components/key-result-form/key-result-form.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class KeyResultFormComponent implements OnInit, AfterContentInit {
7070
}
7171

7272
addNewItem(item?: Item) {
73-
(this.keyResultForm.get('actionLis0.9t') as FormArray)
73+
(this.keyResultForm.get('actionList') as FormArray)
7474
?.push(initFormGroupFromItem(item));
7575
}
7676

0 commit comments

Comments
 (0)