Skip to content

Commit

Permalink
LPS-189491 Update FragmentsWithAdvancedConfiguration#ConfigureFragmen…
Browse files Browse the repository at this point in the history
…tAdvancedSettings and ContentPagesUI#ViewCollapseStyleInFragmentConfiguration tests
  • Loading branch information
Alessandro Alves authored and brianchandotcom committed Aug 13, 2023
1 parent 5388321 commit 68cfcc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ definition {
task ("View the Advanced Config Field grouped in collapsable Advancd Config Fieldset") {
Panel.collapsePanel(panel = "Advanced Config Fieldset");

AssertElementNotPresent(
AssertNotVisible(
key_fieldLabel = "Advanced Config Field",
locator1 = "Select#GENERIC_SELECT_FIELD");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ definition {

Panel.collapsePanel(panel = "Frame");

AssertElementNotPresent(locator1 = "//div[contains(@class,'fieldset')]");
AssertNotVisible(locator1 = "//div[contains(@class,'fieldset')]");

Panel.expandPanel(panel = "Dropdown Options");

Expand All @@ -707,7 +707,7 @@ definition {
Panel.collapsePanel(panel = ${key_panel});
}

AssertElementNotPresent(locator1 = "//div[contains(@class,'fieldset')]");
AssertNotVisible(locator1 = "//div[contains(@class,'fieldset')]");

for (var key_panel : list "Spacing,Text,Background,Borders,Effects") {
Panel.expandPanel(panel = ${key_panel});
Expand Down

0 comments on commit 68cfcc8

Please sign in to comment.