Skip to content
Snippets Groups Projects
Commit 3d3aba57 authored by Alexander Bias's avatar Alexander Bias Committed by Alexander Bias
Browse files

Extend existing Behat test to cover the infobanner on the frontpage

parent 8c509d50
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,10 @@ Feature: Configuring the theme_boost_campus plugin for the "Info banner Settings
| config | value | plugin |
| perpibenable | 1 | theme_boost_campus |
| perpibcontent | "This is a test content" | theme_boost_campus |
| perpibshowonpages | mydashboard,course,login | theme_boost_campus |
| perpibshowonpages | mydashboard,frontpage,course,login | theme_boost_campus |
When I log in as "teacher1"
And I am on site homepage
Then I should see "This is a test content" in the "#themeboostcampusperpinfobanner" "css_element"
And I follow "Dashboard" in the user menu
Then I should see "This is a test content" in the "#themeboostcampusperpinfobanner" "css_element"
When I am on "Course 1" course homepage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment