Skip to content

Commit ce49ac8

Browse files
author
Iurii Golovinskii
committed
Review
1 parent a709cf2 commit ce49ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/portal/pages/PortalPage/VersionPage/VersionOverviewTab/OverviewSummaryTab/OverviewSummaryTabBody/OverviewValidationsContent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export class OverviewValidationsContent {
77
readonly deprecatedOperations = new Content(this.locator.getByTestId('NumberOfDeprecatedOperationsTypography'), 'Number of deprecated operations')
88
readonly noBwcOperations = new Content(this.locator.getByTestId('NumberOfNoBwcOperationsTypography'), 'Number of no-BWC operations')
99
readonly bwcErrors = new Content(this.locator.getByTestId('NumberOfBwcErrorsTypography'), 'Number of BWC errors')
10-
readonly breakingChanges = new Content(this.locator.getByTestId('breaking'), 'Risky changes')
10+
readonly breakingChanges = new Content(this.locator.getByTestId('breaking'), 'Breaking changes')
1111
readonly semiBreakingChanges = new Content(this.locator.getByTestId('semi-breaking'), 'Risky changes')
1212
readonly deprecatedChanges = new Content(this.locator.getByTestId('deprecated'), 'Deprecated changes')
1313
readonly nonBreakingChanges = new Content(this.locator.getByTestId('non-breaking'), 'Non-breaking changes')

0 commit comments

Comments
 (0)