Commit f0ff0b2 1 parent 7be2e7c commit f0ff0b2 Copy full SHA for f0ff0b2
File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ class behat_theme_boost_union extends behat_base {
37
37
* | Accessibility | "Accessibility" settings page |
38
38
* | Flavours | Flavours listing page |
39
39
* | Smart menus | Smart menus listing page |
40
+ * | CSS snippets | CSS snippets overview page |
40
41
*
41
42
* @param string $page name of the page, with the component name removed e.g. 'Admin notification'.
42
43
* @return moodle_url the corresponding URL.
@@ -55,6 +56,7 @@ protected function resolve_page_url(string $page): moodle_url {
55
56
'accessibility ' => new moodle_url ('/admin/settings.php?section=theme_boost_union_accessibility ' ),
56
57
'flavours ' => new moodle_url ('/theme/boost_union/flavours/overview.php ' ),
57
58
'smart menus ' => new moodle_url ('/theme/boost_union/smartmenus/menus.php ' ),
59
+ 'css snippets ' => new moodle_url ('/theme/boost_union/snippets/overview.php ' ),
58
60
default => throw new Exception ('Unrecognised theme_boost_union page " ' . $ page . '." ' )
59
61
};
60
62
}
You can’t perform that action at this time.
0 commit comments