Skip to content

Commit

Permalink
Fix static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpott committed Jul 24, 2024
1 parent 50a1dcb commit cdeb3f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Custom/RemoteFileUploadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public function testRemoteFileUpload(): void
unlink(sys_get_temp_dir() . '/some_file.txt');

$button = $page->findButton('Register');
$this->assertNotNull($button);
$button->press();

if ($this->safePageWait(5000, 'document.title === "Advanced form save"')) {
Expand Down

0 comments on commit cdeb3f0

Please sign in to comment.