@@ -843,7 +843,9 @@ suite('Keyboard Shortcut Items', function () {
843843 block . initSvg ( ) ;
844844 block . render ( ) ;
845845 Blockly . getFocusManager ( ) . focusNode ( block ) ;
846- this . assertAnnouncement ( 'Begin stack, if, do, First category, has input' ) ;
846+ this . assertAnnouncement (
847+ 'Begin stack, if, Empty, do, First category, has input' ,
848+ ) ;
847849 } ) ;
848850
849851 test ( 'Icon' , function ( ) {
@@ -853,7 +855,9 @@ suite('Keyboard Shortcut Items', function () {
853855 Blockly . getFocusManager ( ) . focusNode (
854856 block . getIcon ( Blockly . icons . IconType . MUTATOR ) ,
855857 ) ;
856- this . assertAnnouncement ( 'Begin stack, if, do, First category, has input' ) ;
858+ this . assertAnnouncement (
859+ 'Begin stack, if, Empty, do, First category, has input' ,
860+ ) ;
857861 } ) ;
858862
859863 test ( 'Field' , function ( ) {
@@ -869,7 +873,9 @@ suite('Keyboard Shortcut Items', function () {
869873 block . initSvg ( ) ;
870874 block . render ( ) ;
871875 Blockly . getFocusManager ( ) . focusNode ( block . getInput ( 'DO0' ) . connection ) ;
872- this . assertAnnouncement ( 'Begin stack, if, do, First category, has input' ) ;
876+ this . assertAnnouncement (
877+ 'Begin stack, if, Empty, do, First category, has input' ,
878+ ) ;
873879 } ) ;
874880 } ) ;
875881
0 commit comments