Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 34... Línea 34...
34
    And "empty.txt" "link" should exist
34
    And "empty.txt" "link" should exist
35
    And "gd-logo.png" "link" should exist
35
    And "gd-logo.png" "link" should exist
36
    And "//img[@alt='empty.txt']" "xpath_element" should exist
36
    And "//img[@alt='empty.txt']" "xpath_element" should exist
37
    And "//img[contains(@src, 'preview=tinyicon')]" "xpath_element" should exist
37
    And "//img[contains(@src, 'preview=tinyicon')]" "xpath_element" should exist
38
    # Confirm files are downloadable
38
    # Confirm files are downloadable
39
    And following "empty.txt" should download between "1" and "3000" bytes
39
    And following "empty.txt" should download a file that:
-
 
40
      | Has mimetype  | text/plain                      |
-
 
41
      | Contains text | empty file for testing purposes |
40
    And following "gd-logo.png" should download between "1" and "3000" bytes
42
    And following "gd-logo.png" should download a file that:
-
 
43
      | Has mimetype  | image/png |