Adjusted tests

This commit is contained in:
Lucas Bartholemy 2023-01-25 18:38:36 +01:00
parent 8244169370
commit 104bd632d9

View File

@ -199,6 +199,8 @@ class ProfileCest
$I->jsClick('.tab-pane.active tr[data-key=0] td:last-child a');
$I->waitForText('Edit profile field');
$I->click('Delete');
$I->waitForText('Confirm');
$I->click('Confirm');
$I->seeSuccess('Deleted');
}
}