Step does not have a matching glue code

Hello everyone,

I keep getting this warning on my cucumber feature files for some step such as :

2021-11-17_14h43_57

When my step does match it perfectly :

@When(“Je charge {int} document\(s) à mon brouillon”)
def Send_Files(Integer nbrFiles) {

Why do i have such a warning when I should not have one ? Even if do again and again a find step or recalcultae step option nothing change…

EDIT : Never mind I get it. It’s due to my (s) escaping. It seems that the software doesn’t like that aand can’t recognize the step

Does that min that I can’t escape characters in katalon feature without having such warning ?

Do you have the value for RegEx set to “true” or “false”?