data-drive-test example has wrong (swaped) title
cadu-leite opened this issue · comments
Carlos C. Leite commented
I believe the titles are inverted ...
"test Case" title should be "Keywords" and "vice-versa"
*** Test Cases *** # <-- ERROR ... it should be "keywords"
USERNAME PASSWORD
Invalid Username invalid ${VALID PASSWORD}
...
e
*** Keywords *** # <-- ERROR ... it should be "Test Cases"
Login with invalid credentials should fail
[Arguments] ${username} ${password}
Input Username ${username}
...
Tatu Kairi commented
Thanks for contributing! However, the headings are correct in this order.