Skip to content

Commit 0b502ee

Browse files
committed
docs(overview): correct fixture gap expectation
中文:修正总览页 fixture 的第二名差距预期。
1 parent 0199d55 commit 0b502ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/superpowers/plans/2026-07-21-executive-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ describe('Executive overview', () => {
748748
cy.contains('tr', 'DeepSeek V4 Pro').within(() => {
749749
cy.contains('Best').should('exist');
750750
cy.contains('1,200').should('exist');
751-
cy.contains('+20%').should('exist');
751+
cy.contains('+25%').should('exist');
752752
});
753753
});
754754

0 commit comments

Comments
 (0)