We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf74a5 commit 4c4b41bCopy full SHA for 4c4b41b
features/network-meta.feature
@@ -51,15 +51,15 @@ Feature: Manage network-wide custom fields.
51
52
When I run `wp eval 'update_network_option( 1, "objkey", "123" );'`
53
54
- When I run `wp network meta get 1 objkey`
+ And I run `wp network meta get 1 objkey`
55
Then STDOUT should be:
56
"""
57
123
58
59
60
When I run `wp eval 'update_network_option( 1, "objkey", "456" );'`
61
62
63
64
65
456
0 commit comments