|
@@ -1,7 +1,6 @@
|
|
|
package com.provectus.kafka.ui.manualsuite.backlog;
|
|
|
|
|
|
import static com.provectus.kafka.ui.qasesuite.BaseQaseTest.BROKERS_SUITE_ID;
|
|
|
-import static com.provectus.kafka.ui.qasesuite.BaseQaseTest.KSQL_DB_SUITE_ID;
|
|
|
import static com.provectus.kafka.ui.qasesuite.BaseQaseTest.SCHEMAS_SUITE_ID;
|
|
|
import static com.provectus.kafka.ui.qasesuite.BaseQaseTest.TOPICS_PROFILE_SUITE_ID;
|
|
|
import static com.provectus.kafka.ui.utilities.qase.enums.State.TO_BE_AUTOMATED;
|
|
@@ -56,31 +55,24 @@ public class SmokeBacklog extends BaseManualTest {
|
|
|
public void testCaseF() {
|
|
|
}
|
|
|
|
|
|
- @Automation(state = TO_BE_AUTOMATED)
|
|
|
- @Suite(id = KSQL_DB_SUITE_ID)
|
|
|
- @QaseId(344)
|
|
|
- @Test
|
|
|
- public void testCaseG() {
|
|
|
- }
|
|
|
-
|
|
|
@Automation(state = TO_BE_AUTOMATED)
|
|
|
@Suite(id = SCHEMAS_SUITE_ID)
|
|
|
@QaseId(345)
|
|
|
@Test
|
|
|
- public void testCaseH() {
|
|
|
+ public void testCaseG() {
|
|
|
}
|
|
|
|
|
|
@Automation(state = TO_BE_AUTOMATED)
|
|
|
@Suite(id = SCHEMAS_SUITE_ID)
|
|
|
@QaseId(346)
|
|
|
@Test
|
|
|
- public void testCaseI() {
|
|
|
+ public void testCaseH() {
|
|
|
}
|
|
|
|
|
|
@Automation(state = TO_BE_AUTOMATED)
|
|
|
@Suite(id = TOPICS_PROFILE_SUITE_ID)
|
|
|
@QaseId(347)
|
|
|
@Test
|
|
|
- public void testCaseJ() {
|
|
|
+ public void testCaseI() {
|
|
|
}
|
|
|
}
|