Skip to content

Commit

Permalink
Fixed Behat
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadusch committed Mar 21, 2024
1 parent 075c645 commit 03256ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/overview_teachers.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
</div>
{{/qrimage}}
</div>
<div class="modal-footer">
<div class="modal-footer qrcode">
<button type="button" class="btn btn-secondary" data-dismiss="modal">{{#str}} close, mod_mooduell {{/str}}</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/mooduell_interface.feature
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Feature: See user stats
And I should see "Username 2"
And I click on "td.columnclass.action a" "css_element"
And I should see "No image"
And I click on "div.modal-footer button" "css_element"
And I click on ".wunderbyte-table-table div.modal-footer button" "css_element"
And I follow "Finished games"
And I follow "Highscores"

Expand Down

0 comments on commit 03256ed

Please sign in to comment.