File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
tests/integration/features/bootstrap Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ public function iFetchTheLinkOnOpenedEmail(): void {
7070 preg_match ('/p\/sign\/(?<uuid>[\w-]+)"/ ' , $ openedEmail ->body , $ matches );
7171 Assert::assertArrayHasKey ('uuid ' , $ matches , 'UUID not found on email ' );
7272 $ this ->fields ['SIGN_REQUEST_UUID ' ] = $ matches ['uuid ' ];
73- $ this ->fields ['SIGN_UUID ' ] = $ matches ['uuid ' ];
7473 }
7574
7675 #[Given('I send a file to be signed ' )]
@@ -161,7 +160,6 @@ function ($notification):bool {
161160 preg_match ('/f\/sign\/(?<uuid>[\w-]+)\/pdf$/ ' , $ found ['link ' ], $ matches );
162161 Assert::assertArrayHasKey ('uuid ' , $ matches , 'UUID not found on email ' );
163162 $ this ->fields ['SIGN_REQUEST_UUID ' ] = $ matches ['uuid ' ];
164- $ this ->fields ['SIGN_UUID ' ] = $ matches ['uuid ' ];
165163 }
166164
167165 #[Given('user :user uploads file :source to :path ' )]
You can’t perform that action at this time.
0 commit comments