Open brockfanning opened 1 year ago
Try to use field called "path":
And "test" content:
| title | field_valor | body | status | path |
| Test title | 10 | <p>Text</p> | 1 | /path1 |
| Test title 2 | 5 | <p>Text</p> | 0 | /path2 |
When I visit "/path1"
Then response status code should be 200
When I send a GET request to "/path1"
Then response status code should be 200
Hi all, does anyone know if any of the available step definitions allow for creating a node with a particular URL alias?
My goal is to create a node a certain field value and a certain URL alias, so that in the next step I can visit it. For example, something like:
But the above doesn't work for me (/my-alias appears to be a page-not-found).
Thank you for any tips!