Skip to content

Commit 89a35cb

Browse files
Flagging TODOs
1 parent a60804c commit 89a35cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/support/commands/explorer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}`,

0 commit comments

Comments
 (0)