X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/blocks/html/tests/behat
home
/
cbholdings
/
pasukulu
/
blocks
/
html
/
tests
/
behat
/
📁
..
📄
configuring_html_block.feature
(1.7 KB)
📄
course_block.feature
(1.52 KB)
📄
multiple_instances.feature
(1.76 KB)
Editing: configuring_html_block.feature
@block @block_html @core_block Feature: Adding and configuring Text blocks In order to have custom blocks on a page As admin I need to be able to create, configure and change Text blocks @javascript Scenario: Configuring the Text 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 "Text" block to the default region with: | Text block title | | | Content | Static text without a header | Then I should not see "(new text block)" And I configure the "block_html" block And I set the field "Text block title" to "The Text block header" And I set the field "Content" to "Static text with a header" And I press "Save changes" And "block_html" "block" should exist And "The Text block header" "block" should exist And I should see "Static text with a header" in the "The Text block header" "block" Scenario: Configuring the Text block with Javascript off Given I log in as "admin" And I am on site homepage When I turn editing mode on And I add the "Text" block And I configure the "(new text block)" block And I set the field "Content" to "Static text without a header" And I press "Save changes" Then I should not see "(new text block)" And I configure the "block_html" block And I set the field "Text block title" to "The Text block header" And I set the field "Content" to "Static text with a header" And I press "Save changes" And "block_html" "block" should exist And "The Text block header" "block" should exist And I should see "Static text with a header" in the "The Text block header" "block"
Upload File
Create Folder