Skip to content

Commit

Permalink
If the datagrid method is always going to be GET, don't check it
Browse files Browse the repository at this point in the history
If it turns out we want tojson to sometimes POST, we can put it back.
  • Loading branch information
jean committed Sep 1, 2013
1 parent ac4d629 commit ba8f265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/CMFPlomino/tests/test_plomino.robot
Expand Up @@ -143,7 +143,7 @@ Check form method
Open form ${FORM_ID}
${form_method_attr} = Get element attribute plomino_form@method
Should be equal ${form_method_attr.upper()} ${FORM_METHOD}
Check datagrid method ${FORM_ID} ${FORM_METHOD}
# Check datagrid method ${FORM_ID} ${FORM_METHOD}

Check datagrid method
[Arguments] ${FORM_ID} ${FORM_METHOD}
Expand Down

0 comments on commit ba8f265

Please sign in to comment.