9 lines
300 B
Gherkin
9 lines
300 B
Gherkin
Feature: ErrorLogsVerification
|
|
As admin
|
|
I can verify error logs
|
|
|
|
@auth @logout
|
|
Scenario: Creating Exception via API call and Verifying in the Error Logs page
|
|
Given I create a new domain with insufficient info via API call
|
|
Then I verifying newly created exception on the Error Logs page
|