X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/mod/data/tests/behat
home
/
cbholdings
/
pasukulu
/
mod
/
data
/
tests
/
behat
/
📁
..
📄
actionsmenu_replacement.feature
(16.73 KB)
📄
add_entries.feature
(5.95 KB)
📄
advanced_search.feature
(4.08 KB)
📄
behat_mod_data.php
(4.26 KB)
📄
create_activity.feature
(1.88 KB)
📄
data_activities.feature
(2.37 KB)
📄
data_activity_completion.feature
(5.62 KB)
📄
data_activity_completion_pass_grade.feature
(8.5 KB)
📄
data_no_calendar_capabilities.feature
(2.46 KB)
📄
data_presets.feature
(19.44 KB)
📄
default_templates.feature
(7.17 KB)
📄
edit_templates.feature
(10.12 KB)
📄
entry_approval.feature
(2.34 KB)
📄
group_mode.feature
(5.48 KB)
📄
import_presets.feature
(8.69 KB)
📄
manageapproved.feature
(3.65 KB)
📄
preview_preset.feature
(8.94 KB)
📄
required_entries.feature
(12.67 KB)
📄
tertiary_navigation.feature
(6.55 KB)
📄
use_presets.feature
(11.94 KB)
📄
view_entries.feature
(8.73 KB)
📄
zero_state.feature
(3.07 KB)
Editing: zero_state.feature
@mod @mod_data Feature: Zero state page (no fields created) Background: Given the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | 1 | teacher1@example.com | And the following "courses" exist: | fullname | shortname | category | | Course 1 | C1 | 0 | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | And the following "activities" exist: | activity | name | intro | course | idnumber | | data | Test database name | n | C1 | data1 | Scenario: Teachers see buttons to manage database when there is no field created on view page Given I am on the "Test database name" "data activity" page logged in as "teacher1" And "Import a preset" "button" should exist And I am on the "Test database name" "data activity" page And "Create a field" "button" should exist And I click on "Create a field" "button" And I click on "Short text" "link" And I should see "Create a field" And I am on the "Test database name" "data activity" page And "Use a preset" "button" should exist And I click on "Use a preset" "button" And I should see "Presets" @javascript Scenario: Teachers see buttons to manage database when there is no field created on templates page Given I am on the "Test database name" "data activity" page logged in as "teacher1" And "Import a preset" "button" should exist When I click on "Import a preset" "button" Then I should see "Preset file" And I am on the "Test database name" "data activity" page And I click on "Templates" "link" And "Create a field" "button" should exist And I click on "Create a field" "button" And I click on "Short text" "link" And I should see "Create a field" And I am on the "Test database name" "data activity" page And I click on "Templates" "link" And "Use a preset" "button" should exist And I click on "Use a preset" "button" And I should see "Presets" @javascript @_file_upload Scenario: Teachers can import preset from the zero state page Given I am on the "Test database name" "data activity" page logged in as "teacher1" And "Import a preset" "button" should exist When I click on "Import a preset" "button" And I upload "mod/data/tests/fixtures/image_gallery_preset.zip" file to "Preset file" filemanager Then I click on "Import preset and apply" "button" in the ".modal-dialog" "css_element" And I should see "Manage fields" Then I should see "Preset applied" @javascript Scenario: Teacher can use a preset from zero state page on an empty database Given I am on the "Test database name" "data activity" page logged in as "teacher1" And I click on "Use a preset" "button" And I click on "fullname" "radio" in the "Image gallery" "table_row" And the "Use this preset" "button" should be enabled Then I click on "Use this preset" "button" And I should not see "Field mappings" And I should see "Image" in the "image" "table_row"
Upload File
Create Folder