Skip to content

Commit e04c898

Browse files
committed
Behat: Fix test
1 parent bf50545 commit e04c898

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

main/template/default/learnpath/list.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
<a href="{{ row.url_start }}">
134134
{{ row.title }}
135135
{{ row.session_image }}
136-
{{ row.extra }}
137136
</a>
137+
{{ row.extra }}
138138
</td>
139139
{% if is_allowed_to_edit %}
140140
<td>

tests/behat/features/toolLp.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ Feature: LP tool
6565

6666
Scenario: LP exists and LP category exists
6767
Given I am on course "TEMP" homepage
68-
And I follow "Learning path"
68+
Then I should see "Learning path"
69+
Then I am on "/main/lp/lp_controller.php?cidReq=TEMP"
6970
Then I should see "LP 1"
7071
And I should see "LP category 1"
7172

0 commit comments

Comments
 (0)