diff --git a/src/test/kotlin/org/example/Tests.kt b/src/test/kotlin/org/example/Tests.kt index 57e224b..1f2068f 100644 --- a/src/test/kotlin/org/example/Tests.kt +++ b/src/test/kotlin/org/example/Tests.kt @@ -162,6 +162,9 @@ class Tests : BaseNetworkTests() { ) } + /** + * 3. Delete one of the booking --> Log return status to same file + */ @Test() @Order(3) fun testScenarioThree() { @@ -192,6 +195,9 @@ class Tests : BaseNetworkTests() { ) } + /** + * 4. Present the data in log file as html report. + */ @Test() @Order(4) fun testScenarioFour() {