Commit 5cddfba7 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Add Regex to first test inside helper

parent 8207c213
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -25,3 +25,5 @@ Obtain ccfId
    ${ccfId}=    Get Capif Ccf Id

    Log    CCF ID obtained: ${ccfId}
    Should Match Regexp    ${ccfId}    ^CCF[a-zA-Z0-9]+
    
 No newline at end of file