Skip to content

Commit

Permalink
LCD-36937 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius Lopes authored and brianchandotcom committed May 6, 2024
1 parent eac904e commit e1de8f2
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 @@ -131,7 +131,7 @@ definition {

ACIndividualsDashboard.assertIndividualAttributeValue(
individualAttribute = "userId",
individualAttributeValue = "${userId}");
individualAttributeValue = ${userId});
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -675,8 +675,8 @@ definition {

task ("View membership card when hovering") {
ACSegments.viewSegmentMembershipLegendNumbers(
knownNumber = 3,
anonymousNumber = 0,
knownNumber = 3,
totalNumber = 3);
}
}
Expand Down

0 comments on commit e1de8f2

Please sign in to comment.