Skip to content

Commit

Permalink
Fix behat failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Nguyen committed Nov 28, 2024
1 parent a18328d commit 3c06f7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/dayview.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
}}
<div id="local-assessfreq-report-dayview">
<table class="table table-bordered table-striped">
<table class="table table-bordered table-striped report-dayview-table">
<colgroup>
<col class="dayview-firstcol">
<col class="dayview-midcol">
Expand Down
3 changes: 2 additions & 1 deletion tests/behat/assessmentfreq.feature
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ Feature: Assessment frequency
And I click on "Select year" "button" in the "local-assessfreq-report-heatmap" "region"
And I click on "2022" "link" in the "local-assessfreq-heatmap-year" "region"
And I click on "td[data-date='2022-1-1']" "css_element"
Then the following should exist in the "Title" table:
Then the following should exist in the "report-dayview-table" table:
| Title |
| Assignment: Test assignment 1 |
| Choice: Test choice 1 |
| Database: Test database 1 |
Expand Down

0 comments on commit 3c06f7d

Please sign in to comment.