diff --git a/packages/app-tests/e2e/envelope-editor-v2/envelope-recipients.spec.ts b/packages/app-tests/e2e/envelope-editor-v2/envelope-recipients.spec.ts index c2e9d6cba..af434e7b5 100644 --- a/packages/app-tests/e2e/envelope-editor-v2/envelope-recipients.spec.ts +++ b/packages/app-tests/e2e/envelope-editor-v2/envelope-recipients.spec.ts @@ -117,7 +117,11 @@ const runRecipientFlow = async (surface: TEnvelopeEditorSurface): Promise step count) is used to move the first recipient to + // the end as their own step, swapping the two. + await setSigningOrderValue(surface.root, 0, 3); await toggleAllowDictateSigners(surface.root, true);