File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Cypress.Commands.add('selectAccordionItem', (accordionPath) => {
4848 const isClickableNode = accordionPathIndex === accordionPath . length - 1 ;
4949
5050 for ( let i = searchStartIndex ; i < listItems . length ; i ++ ) {
51- /* @RemoveLater : Remove logger once the command is confirmed to be stable */
51+ /* TODO : Remove logger once the command is confirmed to be stable */
5252 Cypress . log ( {
5353 name : 'selectAccordionItem' ,
5454 message : `Loop index: ${ i } & Searching for label: ${ accordionLabel } ` ,
@@ -65,7 +65,7 @@ Cypress.Commands.add('selectAccordionItem', (accordionPath) => {
6565 }
6666
6767 if ( isMatch ) {
68- /* @RemoveLater : Remove logger once the command is confirmed to be stable */
68+ /* TODO : Remove logger once the command is confirmed to be stable */
6969 Cypress . log ( {
7070 name : 'selectAccordionItem' ,
7171 message : `Matched "${ liText } " at index ${ i } ` ,
You can’t perform that action at this time.
0 commit comments