File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
cypress/support/helper/dom-helper/dialogs Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export default class KeyResultDialog extends Dialog {
8080 checkForDialogTextMetric ( ) {
8181 cy . contains ( 'Einheit' ) ;
8282 cy . contains ( 'Baseline' ) ;
83- cy . contains ( 'Target Goal ' ) ;
83+ cy . contains ( 'Target' ) ;
8484 cy . contains ( 'Stretch Goal' ) ;
8585 this . checkForDialogText ( ) ;
8686 return this ;
Original file line number Diff line number Diff line change 128128
129129 < div class ="col ">
130130 < div class ="okr-form-row ">
131- < label class ="okr-form-label okr-form-col " for ="target-goal "> Target Goal </ label >
131+ < label class ="okr-form-label okr-form-col " for ="target-goal "> Target</ label >
132132 < div class ="col ">
133133 < input
134134 [attr.data-testId] ="'target-goal' "
137137 formControlName ="targetValue "
138138 id ="target-goal "
139139 />
140- < app-error [controlPath] ="['metric', 'targetValue'] " [name] ="'Target Goal ' "> </ app-error >
140+ < app-error [controlPath] ="['metric', 'targetValue'] " [name] ="'Target' "> </ app-error >
141141
142142 </ div >
143143 </ div >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ <h1 class="team-title">{{ OVEntity.team.name }}</h1>
88 *ngIf ="OVEntity.isWriteable "
99 id ="add-objective "
1010 [attr.data-testId] ="'add-objective' "
11- class ="px-0 mt-1 mb-3 pe-2 h-50 align-new-icon "
11+ class ="px-0 mt-1 mb-3 pe-2 h-50 fw-bold align-new-icon "
1212 color ="primary "
1313 mat-button
1414 >
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ body.okr {
7676
7777* {
7878 font-family : Roboto, sans-serif ;
79+ letter-spacing : normal ;
7980 font-variation-settings : ' wght' 400 ;
8081 line-height : 115% !important ;
8182}
You can’t perform that action at this time.
0 commit comments