We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe6503 commit ef30a2fCopy full SHA for ef30a2f
features/server.feature
@@ -45,7 +45,7 @@ Feature: Serve WordPress locally
45
Scenario: Pretty permalinks
46
Given a WP install
47
And I launch in the background `wp server --host=localhost --port=8183`
48
- And I run `wp rewrite structure "/%postname%/"`
+ And I run `wp rewrite structure "%postname%/"`
49
50
When I run `wp rewrite list`
51
Then STDOUT should contain:
0 commit comments