first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-09-30 18:11:26 -04:00
commit e592ca6823
27270 changed files with 5002257 additions and 0 deletions
@@ -0,0 +1,18 @@
@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