* [task#126383,doing,0.2h] Add the style of placement to click.
This commit is contained in:
@@ -92,7 +92,7 @@ const stepPresenters =
|
||||
},
|
||||
click: function(step)
|
||||
{
|
||||
return highlightStepTarget((scope) => scope.$(step.target), step);
|
||||
return highlightStepTarget((scope) => scope.$(step.target), step, {placement: 'bottom'});
|
||||
},
|
||||
clickNavbar: function(step)
|
||||
{
|
||||
|
||||
@@ -610,6 +610,7 @@ class tutorialModel extends model
|
||||
$build->deleted = 0;
|
||||
$build->executionName = 'Test execution';
|
||||
$build->productName = 'Test product';
|
||||
$build->allBugs = '1';
|
||||
return $build;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user