You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And "test" content:
| title | field_valor | body | status | path | | Testtitle | 10 | <p>Text</p> | 1 | /path1 | | Testtitle2 | 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!
The text was updated successfully, but these errors were encountered: