You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b class="sentence" method="level">the level of ... is "1000"</b>
could be like
<b #sentence.level>the level of ... is "1000"</b>
or
<table class="verifyRows" name="resultado">
could be
<table #verifyRows.resultado>
or
The full name <span concordion:set="#name">Jane Smith</span> will be <span concordion:execute="#result = split(#name)">broken</span> into first name <span concordion:assert-equals="#result.firstName">Jane</span> and last name <span concordion:assert-equals="#result.lastName">Smith</span>
could be
The full name <span #set.name>Jane Smith</span> will be <span #execute.result="split(#name)">broken</span> into first name <span #eq.result.firstName>Jane</span> and last name <span #eq.result.lastName>Smith</span>
The text was updated successfully, but these errors were encountered:
<b class="sentence" method="level">the level of ... is "1000"</b>
could be like
<b #sentence.level>the level of ... is "1000"</b>
or
<table class="verifyRows" name="resultado">
could be
<table #verifyRows.resultado>
or
The full name <span concordion:set="#name">Jane Smith</span> will be <span concordion:execute="#result = split(#name)">broken</span> into first name <span concordion:assert-equals="#result.firstName">Jane</span> and last name <span concordion:assert-equals="#result.lastName">Smith</span>
could be
The full name <span #set.name>Jane Smith</span> will be <span #execute.result="split(#name)">broken</span> into first name <span #eq.result.firstName>Jane</span> and last name <span #eq.result.lastName>Smith</span>
The text was updated successfully, but these errors were encountered: