@@ -40,6 +40,9 @@ describe('getUIExtensionPayload', () => {
4040 sources : [ 'https://my-iframe.com' ] ,
4141 } ,
4242 } ,
43+ supported_features : {
44+ offline_mode : true ,
45+ } ,
4346 extension_points : [ 'CUSTOM_EXTENSION_POINT' ] ,
4447 } ,
4548 devUUID : 'devUUID' ,
@@ -84,6 +87,9 @@ describe('getUIExtensionPayload', () => {
8487 url : 'http://tunnel-url.com/extensions/devUUID/assets/test-ui-extension.js' ,
8588 } ,
8689 } ,
90+ supportedFeatures : {
91+ offlineMode : true ,
92+ } ,
8793 capabilities : {
8894 blockProgress : false ,
8995 networkAccess : true ,
@@ -164,6 +170,9 @@ describe('getUIExtensionPayload', () => {
164170 sources : [ 'https://my-iframe.com' ] ,
165171 } ,
166172 } ,
173+ supported_features : {
174+ offline_mode : true ,
175+ } ,
167176 extension_points : [
168177 {
169178 target : 'CUSTOM_EXTENSION_POINT' ,
@@ -213,6 +222,9 @@ describe('getUIExtensionPayload', () => {
213222 url : 'http://tunnel-url.com/extensions/devUUID/assets/test-ui-extension.js' ,
214223 } ,
215224 } ,
225+ supportedFeatures : {
226+ offlineMode : true ,
227+ } ,
216228 capabilities : {
217229 blockProgress : false ,
218230 networkAccess : true ,
@@ -299,6 +311,9 @@ describe('getUIExtensionPayload', () => {
299311 sources : [ 'https://my-iframe.com' ] ,
300312 } ,
301313 } ,
314+ supported_features : {
315+ offline_mode : true ,
316+ } ,
302317 extension_points : [
303318 {
304319 target : 'CUSTOM_EXTENSION_POINT' ,
@@ -347,6 +362,9 @@ describe('getUIExtensionPayload', () => {
347362 url : 'http://tunnel-url.com/extensions/devUUID/assets/test-post-purchase-extension.js' ,
348363 } ,
349364 } ,
365+ supportedFeatures : {
366+ offlineMode : true ,
367+ } ,
350368 capabilities : {
351369 blockProgress : false ,
352370 networkAccess : true ,
@@ -406,6 +424,9 @@ describe('getUIExtensionPayload', () => {
406424 development : {
407425 hidden : false ,
408426 } ,
427+ supportedFeatures : {
428+ offlineMode : false ,
429+ } ,
409430 capabilities : {
410431 blockProgress : false ,
411432 networkAccess : false ,
0 commit comments