Skip to content

Commit 78be945

Browse files
committed
Update UI test mocks to include frame_nonce option
1 parent 8026886 commit 78be945

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

WooCommerce/WooCommerceUITests/Mocks/mappings/me/rest_v11_me_sites.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"equalTo": "ID,name,description,URL,options,jetpack,jetpack_connection"
88
},
99
"options": {
10-
"equalTo": "timezone,is_wpcom_store,woocommerce_is_active,gmt_offset,jetpack_connection_active_plugins,admin_url,login_url"
10+
"equalTo": "timezone,is_wpcom_store,woocommerce_is_active,gmt_offset,jetpack_connection_active_plugins,admin_url,login_url,frame_nonce"
1111
}
1212
}
1313
},
@@ -38,7 +38,8 @@
3838
"wp_max_memory_limit": "268435456",
3939
"is_multi_network": false,
4040
"is_multi_site": false,
41-
"file_mod_disabled": ["wp_auto_update_core_disabled"]
41+
"file_mod_disabled": ["wp_auto_update_core_disabled"],
42+
"frame_nonce": "e7bfd785f0"
4243
}
4344
}
4445
]

0 commit comments

Comments
 (0)