File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
e2e-tests/src/test/java/io/kafbat/ui/smokesuite Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1717import org .testng .Assert ;
1818import org .testng .annotations .AfterClass ;
1919import org .testng .annotations .BeforeClass ;
20+ import org .testng .annotations .Ignore ;
2021import org .testng .annotations .Test ;
2122
2223public class SmokeTest extends BaseTest {
@@ -61,8 +62,8 @@ public void urlWhileNavigationCheck() {
6162 verifyCurrentUrl (Url .KSQL_DB_LIST_URL );
6263 }
6364
64- @ Test
6565 @ Ignore
66+ @ Test
6667 public void pathWhileNavigationCheck () {
6768 navigateToBrokersAndOpenDetails (BROKER_ID );
6869 verifyComponentsPath (MenuItem .BROKERS , String .format ("Broker %d" , BROKER_ID ));
Original file line number Diff line number Diff line change 1212import org .testng .Assert ;
1313import org .testng .annotations .AfterClass ;
1414import org .testng .annotations .BeforeClass ;
15+ import org .testng .annotations .Ignore ;
1516import org .testng .annotations .Test ;
1617
1718public class ConnectorsTest extends BaseTest {
@@ -37,8 +38,8 @@ public void beforeClass() {
3738 CONNECTOR_LIST .forEach (connector -> apiService .createConnector (connector ));
3839 }
3940
40- @ Test
4141 @ Ignore
42+ @ Test
4243 public void createConnectorCheck () {
4344 Connector createConnector =
4445 Connector .createConnector (resourceToString ("testdata/connectors/create_config.json" ));
@@ -60,8 +61,8 @@ public void createConnectorCheck() {
6061 CONNECTOR_LIST .add (createConnector );
6162 }
6263
63- @ Test
6464 @ Ignore
65+ @ Test
6566 public void updateConnectorCheck () {
6667 navigateToConnectorsAndOpenDetails (UPDATE_CONNECTOR .getName ());
6768 connectorDetails
@@ -75,8 +76,8 @@ public void updateConnectorCheck() {
7576 String .format ("isConnectorVisible()[%s]" , UPDATE_CONNECTOR .getName ()));
7677 }
7778
78- @ Test
7979 @ Ignore
80+ @ Test
8081 public void deleteConnectorCheck () {
8182 navigateToConnectorsAndOpenDetails (DELETE_CONNECTOR .getName ());
8283 connectorDetails
You can’t perform that action at this time.
0 commit comments