Browse Source

fix space issue in test.

MOODLE_32_STABLE
Dan Marsden 8 years ago
parent
commit
af7d666777
  1. 2
      tests/behat/report.feature

2
tests/behat/report.feature

@ -129,7 +129,7 @@ Feature: Visiting reports
| id_sessiontype_1 | 1 | | id_sessiontype_1 | 1 |
| id_groups | Group1 | | id_groups | Group1 |
And I click on "id_submitbutton" "button" And I click on "id_submitbutton" "button"
Then I should see "3AM - 4AM" Then I should see "3AM - 4AM"
And "Group: Group1" "text" should exist in the "3AM - 4AM" "table_row" And "Group: Group1" "text" should exist in the "3AM - 4AM" "table_row"
When I click on "Take attendance" "link" in the "3AM - 4AM" "table_row" When I click on "Take attendance" "link" in the "3AM - 4AM" "table_row"

Loading…
Cancel
Save