From d0e29d32416a1d3ac6dadecd645704760e27030d Mon Sep 17 00:00:00 2001 From: Ashley Yuan Date: Mon, 4 Dec 2023 11:08:28 +0800 Subject: [PATCH] LPS-203194 Remove no longer needed test CannotDisplayIncludeHeaderWithExportBlogPostingJOSNLFormat --- ...tionsForEntitiesInImportAndExport.testcase | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/modules/apps/batch-planner/batch-planner-test/src/testFunctional/tests/HideOptionsForEntitiesInImportAndExport.testcase b/modules/apps/batch-planner/batch-planner-test/src/testFunctional/tests/HideOptionsForEntitiesInImportAndExport.testcase index f9a73f09ba4835..11782461cfb7eb 100644 --- a/modules/apps/batch-planner/batch-planner-test/src/testFunctional/tests/HideOptionsForEntitiesInImportAndExport.testcase +++ b/modules/apps/batch-planner/batch-planner-test/src/testFunctional/tests/HideOptionsForEntitiesInImportAndExport.testcase @@ -175,26 +175,6 @@ definition { } } - @priority = 4 - test CanDisplayIncludeHeadersWithExportObjectDefinitionCSVFormat { - property custom.properties = "feature.flag.LPS-173135=true"; - property portal.acceptance = "true"; - - task ("When I select CSV format to export ObjectDefinition") { - ImportExport.gotoExport(); - - ImportExport.configureExport( - entityType = "ObjectDefinition (v1_0 - Liferay Object Admin REST)", - exportFileFormat = "CSV"); - } - - task ("Then the Include Headers is checked") { - AssertChecked.assertCheckedNotVisible( - checkboxName = "Include Headers", - locator1 = "Checkbox#ANY_CHECKBOX"); - } - } - @priority = 4 test CannotDisplayIncludeHeaderWithExportBlogPostingJOSNLFormat { property portal.acceptance = "true";