Test Result : Scenario: Delete an existing account
0 failures
5 tests
All Tests
Test name | Duration | Status |
And I search for the account with name "test_acc_123" | 0 ms | Passed |
Given I create a generic account with name "test_acc_123" | 0 ms | Passed |
Scenario: Delete an existing account | 3 ms | Passed |
Then The account does not exist | 0 ms | Passed |
When I delete account "test_acc_123" | 0 ms | Passed |