Skip to content

Commit

Permalink
LPS-203194 Remove no longer needed test CannotDisplayIncludeHeaderWit…
Browse files Browse the repository at this point in the history
…hExportBlogPostingJOSNLFormat
  • Loading branch information
Ashley Yuan authored and brianchandotcom committed Dec 4, 2023
1 parent b45162d commit d0e29d3
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit d0e29d3

Please sign in to comment.