Línea 25... |
Línea 25... |
25 |
Then "Content type" "select" should exist
|
25 |
Then "Content type" "select" should exist
|
26 |
And the "Content type" select box should contain "Language string ID"
|
26 |
And the "Content type" select box should contain "Language string ID"
|
27 |
And the "Content type" select box should contain "Manual"
|
27 |
And the "Content type" select box should contain "Manual"
|
28 |
And I select "Language string ID" from the "Content type" singleselect
|
28 |
And I select "Language string ID" from the "Content type" singleselect
|
29 |
And I should see " Language string ID"
|
29 |
And I should see " Language string ID"
|
30 |
And "#fgroup_id_contenthtmlgrp" "css_element" should not be visible
|
30 |
And I should not see "Content" in the "#fitem_id_content" "css_element"
|
31 |
And I select "Manual" from the "Content type" singleselect
|
31 |
And I select "Manual" from the "Content type" singleselect
|
32 |
And "#fgroup_id_contenthtmlgrp" "css_element" should be visible
|
32 |
And I should see "Content" in the "#fitem_id_content" "css_element"
|
33 |
And I should not see "Language string ID" in the "#fitem_id_contentlangstring" "css_element"
|
33 |
And I should not see "Language string ID" in the "#fitem_id_contentlangstring" "css_element"
|
Línea 34... |
Línea 34... |
34 |
|
34 |
|
35 |
@javascript
|
35 |
@javascript
|
36 |
Scenario: Create a new step with Moodle Language content type
|
36 |
Scenario: Create a new step with Moodle Language content type
|