Skip to content

Commit b36df96

Browse files
evanilson-santanabrianchandotcom
authored andcommitted
LPS-149606 SF
1 parent a5eccd9 commit b36df96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/apps/object/object-test/src/testFunctional/macros/ObjectPortlet.macro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ definition {
201201

202202
macro assertRelationshipEntrySearchResultsPresent {
203203
AssertElementPresent(
204-
value1 = "${entry}",
205-
locator1 = "ObjectPortlet#SEARCH_RELATIONSHIP_ENTRY");
204+
locator1 = "ObjectPortlet#SEARCH_RELATIONSHIP_ENTRY",
205+
value1 = "${entry}");
206206
}
207207

208208
macro assertUserCanNotUpdateEntryWithoutPermission {

0 commit comments

Comments
 (0)