Skip to content

Commit 567535a

Browse files
pedjakclaude
andcommitted
Fix e2e assertion to match new multi-phase error message format
The verifyObservedPhases error message changed from "resolved content of phase X has changed" to "resolved content of N phase(s) has changed: phase X (expected...)" when collecting all mismatches. Update the e2e assertion fragment to match the new format. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1224ca3 commit 567535a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/features/revision.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ Feature: Install ClusterObjectSet
572572
And ClusterObjectSet "${COS_NAME}" reconciliation is triggered
573573
Then ClusterObjectSet "${COS_NAME}" reports Progressing as False with Reason Blocked and Message includes:
574574
"""
575-
resolved content of phase "resources" has changed
575+
resolved content of 1 phase(s) has changed: phase "resources"
576576
"""
577577
# Restore original content — COS should recover
578578
When resource "secret/${COS_NAME}-change-secret" is removed

0 commit comments

Comments
 (0)