Skip to content

Commit

Permalink
LRQA-57454 Update macro to change referenced content behavior in publ…
Browse files Browse the repository at this point in the history
…ish template
  • Loading branch information
JoyceWang08211 authored and brianchandotcom committed May 27, 2020
1 parent c553389 commit 3c8f107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ definition {
macro uncheckSubSubContent {
var key_contentName = "${contentName}";

Click(locator1 = "PagesConfiguration#CONTENT_CHOOSE_CONTENT_CONTENT_CHECKBOX");
Check(locator1 = "PagesConfiguration#CONTENT_CHOOSE_CONTENT_CONTENT_CHECKBOX");

AssertClick(
locator1 = "ExportImport#CONTENT_CHOOSE_CONTENT_CONTENT_CHANGE_LINK",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</tr>
<tr>
<td>CONTENT_CHOOSE_CONTENT_CONTENT_CHECKBOX</td>
<td>//label[contains(.,'${key_contentName}')]//following-sibling::span</td>
<td>//label[contains(.,'${key_contentName}')]//following-sibling::span | //label[contains(.,'${key_contentName}')]//following-sibling::span/../input</td>
<td></td>
</tr>
<tr>
Expand Down

0 comments on commit 3c8f107

Please sign in to comment.