You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix MATLAB E-I shard: update companion toolbar tests for Phase 1040 bell
PR #180 (Phase 1040: Companion Notification Center) added a notification
bell to the FastSenseCompanion toolbar, growing it from a 1x9 to a 1x10
grid: the bell was inserted at col 8, pushing the flex spacer 8->9 and the
gear 9->10 (all documented in FastSenseCompanion.m). #180 updated
TestFastSenseCompanion and TestCompanionEventViewer but missed
TestFastSenseCompanionPlantLogToolbar, whose findToolbarGrid_ still matched
a 9-column grid and whose assertions still expected the gear at col 9. The
grid was never found (verifyNotEmpty failed) and the gear-column check
failed, turning MATLAB Tests (E-I) red on main and on every PR that merges
with main.
Updates the test to the shipped 1x10 layout
{110,110,110,130,70,90,70,70,'1x',36}: col 8 = bell (70), col 9 = flex
spacer, col 10 = gear (36).
Test-only change matching the intentional, self-consistent implementation.
Verified 11/11 pass in MATLAB R2020b+ (the two previously-failing methods
testToolbarGridIs1x5 + testSettingsButtonMovedToCol5 now green); mlint clean.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments