Skip to content

Commit 56c5b22

Browse files
V48 Gate 3 (implementation-only): open compose in deposit commercial E2E
Match master-detail Deposit UX — click New deposit before Synthesize.
1 parent c4f1b63 commit 56c5b22

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

uapi/tests/e2e/commercial-mvp.ip-exchange.spec.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ test.describe('commercial MVP IP exchange browser proof', () => {
151151
);
152152
await expect(page.getByTestId('route-shell-deposit')).toBeVisible({ timeout: 90_000 });
153153

154-
// Source connection precedes synthesis: the synthesize action stays
155-
// disabled until the route session resolves a repository source.
154+
// Master-detail: open compose (New deposit) to replace the pipelines table
155+
// with configuration, then synthesize once the route session has a source.
156+
await page.getByRole('button', { name: 'New deposit' }).click();
156157
const synthesizeButton = page.getByRole('button', { name: 'Synthesize AssetPack Options' });
157158
await expect(synthesizeButton).toBeEnabled({ timeout: 30_000 });
158159

0 commit comments

Comments
 (0)