add ManageCustomerEdgesTest in suite

This commit is contained in:
Serafym Tuhai 2022-12-01 11:31:07 +02:00
parent 5cf5af26b6
commit 9274fff3ec

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- <!--
Copyright © 2016-2022 The Thingsboard Authors Copyright © 2016-2022 The Thingsboard Authors
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@ -112,6 +112,17 @@
</classes> </classes>
</test> </test>
<test name="Manage customer edges smoke">
<groups>
<run>
<exclude name="broken"/>
</run>
</groups>
<classes>
<class name="org.thingsboard.server.msa.ui.tests.customerSmoke.ManageCustomersEdgesTest"/>
</classes>
</test>
<test name="Sort by name"> <test name="Sort by name">
<groups> <groups>
<run> <run>