diff --git a/features/ALB012_Alignment-vertical-segment-radius-of-curvature.feature b/features/ALB012_Alignment-vertical-segment-radius-of-curvature.feature index 55e396fa..b774e2de 100644 --- a/features/ALB012_Alignment-vertical-segment-radius-of-curvature.feature +++ b/features/ALB012_Alignment-vertical-segment-radius-of-curvature.feature @@ -13,7 +13,7 @@ Feature: ALB012 - Alignment vertical segment radius of curvature Given Its entity type is 'IfcAlignmentVerticalSegment' Scenario: Validating the absence of curvature radius for specific predefined types of vertical segment - Given PredefinedType != 'ARC' or 'PARABOLICARC' + Given PredefinedType != 'CIRCULARARC' or 'PARABOLICARC' Then The value of attribute RadiusOfCurvature must be empty Scenario: Validating the radius of curvature for parabolic segments