MDL-37190 blocks: Block name label consistency

AMOS BEGIN
    MOV [blocktitle,blog],[configtitle,block_blog_tags]
   AMOS END
This commit is contained in:
Luca Bösch 2018-01-18 14:30:46 +01:00
parent a4f914b54d
commit 916a72bb51
13 changed files with 54 additions and 15 deletions

View file

@ -22,7 +22,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$string['configtitle'] = 'Title';
$string['configtitle'] = 'Flickr block title';
$string['date-posted-asc'] = 'Date posted ASC';
$string['date-posted-desc'] = 'Date posted DESC';
$string['date-taken-asc'] = 'Date taken ASC';

View file

@ -0,0 +1,20 @@
@block @block_tag_flickr
Feature: Adding and configuring Flickr block
In order to have the Flickr block used
As a admin
I need to add the Flickr block to the tags site page
@javascript
Scenario: Adding Flickr block to the tags site page
Given I log in as "admin"
And I press "Customise this page"
# TODO MDL-57120 site "Tags" link not accessible without navigation block.
And I add the "Navigation" block if not present
And I navigate to "Tags" node in "Site pages"
And I add the "Flickr" block
And I configure the "Flickr" block
Then I should see "Flickr block title"
And I set the field "Flickr block title" to "The Flickr block header"
And I press "Save changes"
And "block_tag_flickr" "block" should exist
Then "The Flickr block header" "block" should exist