File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cypress/support/helper/dom-helper/pages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export default class StatisticsPage extends Page {
2828 . should ( 'exist' ) ;
2929 cy . contains ( 'Anzahl erreichter Objectives' )
3030 . should ( 'exist' ) ;
31- cy . contains ( 'Key Results mit min. Target Zone' )
31+ cy . contains ( 'Key Results mit min. Target Zone erreicht ' )
3232 . should ( 'exist' ) ;
3333 cy . contains ( 'Verhältnis metrische vs. ordinale Key Results' )
3434 . should ( 'exist' ) ;
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ <h1> Auswertung </h1>
6565
6666 < app-statistics-card
6767 [attr.data-testId] ="'kr-min-target' "
68- [title] ="'Key Results mit min. Target Zone' "
68+ [title] ="'Key Results mit min. Target Zone erreicht ' "
6969 [barProgress] ="statistics.keyResultsInTargetOrStretchAmount / statistics.keyResultAmount "
7070 >
7171 < app-statistics-information [bottomContent] ="statistics.keyResultsInTargetOrStretchAmount+'/'+statistics.keyResultAmount ">
You can’t perform that action at this time.
0 commit comments