X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/admin/tool/behat/tests/behat
home
/
cbholdings
/
pasukulu
/
admin
/
tool
/
behat
/
tests
/
behat
/
📁
..
📄
data_generators.feature
(18.71 KB)
📄
datetime_strings.feature
(1.08 KB)
📄
edit_permissions.feature
(4.73 KB)
📁
fixtures
📄
get_and_set_fields.feature
(10.72 KB)
📄
get_and_set_fields_in_containers.feature
(1.5 KB)
📄
i_am_on_page.feature
(5.21 KB)
📄
inplaceeditable.feature
(1.29 KB)
📄
keyboard.feature
(1.93 KB)
📄
list_steps.feature
(1.88 KB)
📄
loginout.feature
(4.4 KB)
📄
manipulate_forms.feature
(1.2 KB)
📄
nasty_strings.feature
(2.4 KB)
📄
test_environment.feature
(304 B)
Editing: inplaceeditable.feature
@tool_behat Feature: Verify that the inplace editable field works as expected In order to use behat step definitions As a test write I need to ensure that the inplace editable works in forms Background: Given the following "course" exists: | fullname | Course 1 | | shortname | C1 | And the following "activities" exist: | activity | course | name | idnumber | | forum | C1 | My first forum | forum1 | | assign | C1 | My first assignment | assign1 | | quiz | C1 | My first quiz | quiz1 | And I log in as "admin" And I am on "Course 1" course homepage with editing mode on @javascript Scenario: Using an inplace editable updates the name of an activity When I set the field "Edit title" in the "My first assignment" "activity" to "Coursework submission" Then I should see "Coursework submission" And I should not see "My first assignment" But I should see "My first forum" And I should see "My first quiz" And I set the field "Edit title" in the "Coursework submission" "activity" to "My first assignment" And I should not see "Coursework submission" But I should see "My first assignment" And I should see "My first forum" And I should see "My first quiz"
Upload File
Create Folder