File tree Expand file tree Collapse file tree
tests/integration/features/bootstrap Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ public function iFetchTheLinkOnOpenedEmail(): void {
6969 $ openedEmail = $ this ->openedEmailStorage ->getOpenedEmail ();
7070 preg_match ('/p\/sign\/(?<uuid>[\w-]+)"/ ' , $ openedEmail ->body , $ matches );
7171 Assert::assertArrayHasKey ('uuid ' , $ matches , 'UUID not found on email ' );
72+ $ this ->fields ['SIGN_REQUEST_UUID ' ] = $ matches ['uuid ' ];
7273 $ this ->fields ['SIGN_UUID ' ] = $ matches ['uuid ' ];
7374 }
7475
@@ -159,6 +160,7 @@ function ($notification):bool {
159160
160161 preg_match ('/f\/sign\/(?<uuid>[\w-]+)\/pdf$/ ' , $ found ['link ' ], $ matches );
161162 Assert::assertArrayHasKey ('uuid ' , $ matches , 'UUID not found on email ' );
163+ $ this ->fields ['SIGN_REQUEST_UUID ' ] = $ matches ['uuid ' ];
162164 $ this ->fields ['SIGN_UUID ' ] = $ matches ['uuid ' ];
163165 }
164166
You can’t perform that action at this time.
0 commit comments