You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
746 B
19 lines
746 B
2 years ago
|
@block @block_mentees @core_block
|
||
|
Feature: Adding and configuring Mentees blocks
|
||
|
In order to have a Mentees blocks on a page
|
||
|
As admin
|
||
|
I need to be able to insert and configure a Mentees blocks
|
||
|
|
||
|
@javascript
|
||
|
Scenario: Configuring the Mentees block with Javascript on
|
||
|
Given I log in as "admin"
|
||
|
And I am on site homepage
|
||
|
When I turn editing mode on
|
||
|
And I add the "Mentees" block
|
||
|
And I configure the "(new Mentees block)" block
|
||
|
Then I should see "Mentees block title (no title if blank)"
|
||
|
And I set the field "Mentees block title (no title if blank)" to "The Mentees block header"
|
||
|
And I press "Save changes"
|
||
|
And "block_mentees" "block" should exist
|
||
|
Then "The Mentees block header" "block" should exist
|