File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
main/kotlin/com/ecwid/apiclient/v3/dto/report/enums
test/kotlin/com/ecwid/apiclient/v3/entity Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -45,4 +45,5 @@ enum class ReportType {
4545 sitePhoneActivity,
4646 siteAddressActivity,
4747 siteLocationMapActivity,
48+ siteContactWidgetActivity,
4849}
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import com.ecwid.apiclient.v3.util.randomAlphanumeric
99import com.ecwid.apiclient.v3.util.randomPrice
1010import org.junit.jupiter.api.Assertions.assertTrue
1111import org.junit.jupiter.api.BeforeEach
12+ import org.junit.jupiter.api.Disabled
1213import kotlin.test.Test
1314import kotlin.test.assertEquals
1415
@@ -22,6 +23,7 @@ class BrandsTest : BaseEntityTest() {
2223 removeAllProducts()
2324 }
2425
26+ @Disabled(" The test is temporarily disabled" )
2527 @Test
2628 fun getBrands () {
2729 val brandedProductsCreateResult = createProductsWithBrands()
You can’t perform that action at this time.
0 commit comments