fix: auto select field on drop (#3028)

This commit is contained in:
David Nguyen
2026-06-28 15:07:33 +10:00
committed by GitHub
parent 037170f625
commit 977d07330b
2 changed files with 69 additions and 21 deletions
@@ -46,6 +46,7 @@ const updateExternalId = async (surface: TEnvelopeEditorSurface, externalId: str
if (!surface.isEmbedded) {
await expectToastTextToBeVisible(surface.root, 'Envelope updated');
await surface.root.getByTestId('toast-close').click();
}
};