Skip to content

Commit 81b79fb

Browse files
julianna-ciqkriswest
authored andcommitted
Fix errors
1 parent cb63061 commit 81b79fb

5 files changed

Lines changed: 2 additions & 4 deletions

File tree

packages/fdc3-agent-proxy/test/support/responses/GetInfo.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export class GetInfo implements AutomaticResponse {
2929
fdc3Version: '2.0',
3030
optionalFeatures: {
3131
DesktopAgentBridging: false,
32-
OriginatingAppMetadata: true,
3332
UserChannelMembershipAPIs: true,
3433
},
3534
provider: 'cucumber-provider',

packages/fdc3-get-agent/test/step-definitions/desktop-agent.steps.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ Given('A Dummy Desktop Agent in {string}', async (world: CustomWorld, field: str
203203
fdc3Version: '2.0',
204204
optionalFeatures: {
205205
DesktopAgentBridging: false,
206-
OriginatingAppMetadata: false,
207206
UserChannelMembershipAPIs: false,
208207
},
209208
appMetadata: {

packages/fdc3-get-agent/test/support/responses/GetInfo.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export class GetInfo implements AutomaticResponse {
3131
fdc3Version: '2.0',
3232
optionalFeatures: {
3333
DesktopAgentBridging: false,
34-
OriginatingAppMetadata: false,
3534
UserChannelMembershipAPIs: false,
3635
},
3736
},

packages/fdc3-get-agent/test/support/responses/Handshake.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export class Handshake implements AutomaticResponse {
7878
fdc3Version: '2.0',
7979
optionalFeatures: {
8080
DesktopAgentBridging: false,
81-
OriginatingAppMetadata: true,
8281
UserChannelMembershipAPIs: true,
8382
},
8483
provider: 'cucumber-provider',

toolbox/fdc3-for-web/fdc3-web-impl/test/step-definitions/start-app.steps.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ When('{string} opens app {string}', (world: CustomWorld, appStr: string, open: s
8080
appId: open,
8181
desktopAgent: 'n/a',
8282
},
83+
metadata: {},
8384
},
8485
};
8586
world.server.receive(message, uuid);
@@ -99,6 +100,7 @@ When(
99100
desktopAgent: 'n/a',
100101
},
101102
context: contextMap[context],
103+
metadata: {},
102104
},
103105
};
104106
world.server.receive(message, uuid);

0 commit comments

Comments
 (0)