@editor @editor_atto @atto @atto_accessibilitychecker Feature: Atto accessibility checker To write accessible text in Atto, I need to check for accessibility warnings. @javascript Scenario: Images with no alt Given I log in as "admin" And I navigate to "Edit profile" node in "My profile settings" And I set the field "Description" to "

Some plain text

Some more text

" When I click on "Show more buttons" "button" And I click on "Accessibility checker" "button" Then I should see "Images require alternative text." And I follow "/broken-image" And I wait "2" seconds And I click on "Image" "button" And the field "Enter URL" matches value "/broken-image" And I set the field "Describe this image" to "No more warning!" And I press "Save image" And I press "Accessibility checker" And I should see "Congratulations, no accessibility problems found!" And I click on ".moodle-dialogue-focused .closebutton" "css_element" And I select the text in the "Description" Atto editor And I click on "Image" "button" And I set the field "Describe this image" to "" And I set the field "Description not necessary" to "1" And I press "Save image" And I press "Accessibility checker" And I should see "Congratulations, no accessibility problems found!" @javascript Scenario: Low contrast Given I log in as "admin" And I navigate to "Edit profile" node in "My profile settings" And I set the field "Description" to "

Hard to read

" When I click on "Show more buttons" "button" And I click on "Accessibility checker" "button" Then I should see "The colours of the foreground and background text do not have enough contrast." @javascript Scenario: No headings Given I log in as "admin" And I navigate to "Edit profile" node in "My profile settings" And I set the field "Description" to "

Sweet roll oat cake jelly-o macaroon donut oat cake. Caramels macaroon cookie sweet roll croissant cheesecake candy jelly-o. Gummies sugar plum sugar plum gingerbread dessert. Tiramisu bonbon jujubes danish marshmallow cookie chocolate cake cupcake tiramisu. Bear claw oat cake chocolate bar croissant. Lollipop cookie topping liquorice croissant. Brownie cookie cupcake lollipop cupcake cupcake. Fruitcake dessert sweet biscuit dragée caramels marzipan brownie. Chupa chups gingerbread apple pie cookie liquorice caramels carrot cake cookie gingerbread. Croissant candy jelly beans. Tiramisu apple pie dessert apple pie macaroon soufflé. Brownie powder carrot cake chocolate. Tart applicake croissant dragée macaroon chocolate donut.

Jelly beans gingerbread tootsie roll. Sugar plum tiramisu cotton candy toffee pie cotton candy tiramisu. Carrot cake chocolate bar sesame snaps cupcake cake dessert sweet fruitcake wafer. Marshmallow cupcake gingerbread pie sweet candy canes powder gummi bears. Jujubes cake muffin marshmallow candy jelly beans tootsie roll pie. Gummi bears applicake chocolate cake sweet jelly sesame snaps lollipop lollipop carrot cake. Marshmallow cake jelly beans. Jelly beans sesame snaps muffin halvah cookie ice cream candy canes carrot cake. Halvah donut marshmallow tiramisu. Cookie dessert gummi bears. Sugar plum apple pie jelly beans gummi bears tart chupa chups. Liquorice macaroon gummi bears gummies macaroon marshmallow sweet roll cake topping. Lemon drops caramels pie icing danish. Chocolate cake oat cake dessert halvah danish carrot cake apple pie.

" When I click on "Show more buttons" "button" And I click on "Accessibility checker" "button" Then I should see "There is a lot of text with no headings." @javascript Scenario: Merged cells Given I log in as "admin" And I navigate to "Edit profile" node in "My profile settings" And I set the field "Description" to "
Dogs that look good in pants
BreedCoolness
PoodleNOT COOL
Doberman
" When I click on "Show more buttons" "button" And I click on "Accessibility checker" "button" Then I should see "Tables should not contain merged cells." @javascript Scenario: Table missing row/column headers Given I log in as "admin" And I navigate to "Edit profile" node in "My profile settings" And I set the field "Description" to "
Dogs that look good in pants
BreedCoolness
PoodleNOT COOL
DobermanCOOL
" When I click on "Show more buttons" "button" And I click on "Accessibility checker" "button" Then I should see "Tables should use row and/or column headers." @javascript Scenario: Table missing caption Given I log in as "admin" And I navigate to "Edit profile" node in "My profile settings" And I set the field "Description" to "
BreedCoolness
PoodleNOT COOL
DobermanCOOL
" When I click on "Show more buttons" "button" And I click on "Accessibility checker" "button" Then I should see "Tables should have captions."