Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed May 11, 2024
1 parent dd2fa2f commit 6b9ba1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes

### Unreleased

* 2024-05-11 - Improvement: Smart menu "locations" must be filled with a value, resolves #404
* 2024-05-09 - Bugfix: Smart menu menubar overlaid course index, resolves #607
* 2024-04-27 - Improvement: Add navigation to policy overview page, resolves #633

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,17 +136,17 @@ Feature: Configuring the theme_boost_union plugin on the "Smart menus" page, man
And "Enrolled courses" "table_row" should appear before "Completed courses" "table_row"

@javascript
Scenario: Smartmenus: Menus: Management - Make location field required
Scenario: Smartmenus: Menus: Management - Make sure that location field is filled
When I log in as "admin"
And I navigate to smart menus
And I click on "Create menu" "button"
And I set the following fields to these values:
| Title | Links |
And I click on "Save and return" "button"
And I should see "Required" in the "#fitem_id_location" "css_element"
Then I set the field "Menu location(s)" to "Main"
Then I should see "Required" in the "#fitem_id_location" "css_element"
And I set the field "Menu location(s)" to "Main"
And I click on "Save and return" "button"
And I should see "Links" in the "smartmenus" "table"
Then I should see "Links" in the "smartmenus" "table"
And I set "Links" smart menu items with the following fields to these values:
| Title | Info |
| Menu item type | Heading |
Expand Down

0 comments on commit 6b9ba1d

Please sign in to comment.