Skip to content

Commit 7e8201f

Browse files
committed
test: update t/03 ccfe-menu assertion for the new default menu
The default ccfe.menu title changed from 'CCFE Installation Test' to 'CCFE' with Demo/Configure/Build items; the smoke test now asserts the menu painted by matching 'Configure CCFE'. Follow-up to the previous commit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7f4f12d commit 7e8201f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/t/03-tty-smoke.t

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ sub run_screen {
8484
like( $screen, qr/CCFE demo menu/, ' demo menu actually painted' );
8585
}
8686

87-
# --- the install-test menu (2 items) ------------------------------------
87+
# --- the default ccfe menu (Demo / Configure / Build / install-test) -----
8888
{
8989
my ( $screen, undef, $sig ) = run_screen('ccfe');
90-
isnt( $sig, SIGSEGV, 'ccfe install menu does not crash' );
91-
like( $screen, qr/Installation Test/, ' ccfe menu painted' );
90+
isnt( $sig, SIGSEGV, 'ccfe default menu does not crash' );
91+
like( $screen, qr/Configure CCFE/, ' ccfe menu painted' );
9292
}
9393

9494
# --- the sample plugin menu (6 items) -- the path that always "worked" ---

0 commit comments

Comments
 (0)