Software preview card: add an id attribute to make it easier to write functional tests
add an id attribute to make it easier to write functional tests
What is the current behavior?
<li class="col-xs-12 col-sm-6 col-md-3 col-lg-3">
<div class="software-unit-home backgroundUnit">
(...)
<div class="size-logo">
<a href="/softwares/10" title="Software name : LUTECE"> (...)
What is the expected *correct *behavior?
<li class="col-xs-12 col-sm-6 col-md-3 col-lg-3">
<div class="software-unit-home backgroundUnit" id="softwarePreviewCard-10">
(...)
<div class="size-logo">
<a href="/softwares/10" title="Software name : LUTECE"> (...)
Edited by Fabrice Gangler