[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Summary view] [Print] [Text view]
1 @editor @editor_atto @atto @atto_link @_file_upload 2 Feature: Add links to Atto 3 To write rich text - I need to add links. 4 5 @javascript 6 Scenario: Insert a links 7 Given I log in as "admin" 8 And I navigate to "My private files" node in "My profile" 9 And I upload "lib/editor/atto/tests/fixtures/moodle-logo.png" file to "Files" filemanager 10 And I click on "Save changes" "button" 11 When I navigate to "Edit profile" node in "My profile settings" 12 And I set the field "Text editor" to "Plain text area" 13 And I set the field "Description" to "Super cool" 14 And I select the text in the "Description" Atto editor 15 And I click on "Link" "button" 16 And I click on "Browse repositories..." "button" 17 And I click on "Private files" "link" 18 And I click on "moodle-logo.png" "link" 19 And I click on "Select this file" "button" 20 And I click on "Update profile" "button" 21 And I follow "Edit profile" 22 Then I should see "Super cool</a>" 23
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |