Skip to content

Commit

Permalink
fixt integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Nov 26, 2021
1 parent f4eafce commit 7b32a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Browser/Admin/ServersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function testCreate()
return $status == 'success';
});

$browser->assertSee('Exited with 0');
$browser->assertSee('Downloading successfully completed');

$this->assertDatabaseHas('servers', [
'name' => 'Test',
Expand Down

0 comments on commit 7b32a12

Please sign in to comment.