mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-21 15:56:51 +01:00
test(IT): Rework output handler exceptions
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -62,8 +62,10 @@ class CopyControllerTest extends IntegrationTestCase
|
||||
'//div[@class="data-container"]//form[@name="frmaccount"]|//div[@class="item-actions"]//button'
|
||||
)->extract(['id']);
|
||||
|
||||
$this->assertNotEmpty($output);
|
||||
$this->assertCount(3, $filter);
|
||||
assert(!empty($output));
|
||||
assert(count($filter) === 3);
|
||||
|
||||
$this->assertTrue(true);
|
||||
});
|
||||
|
||||
$container = $this->buildContainer(
|
||||
|
||||
Reference in New Issue
Block a user