Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1. vendor/bin/behat --config /Users/stronk7/Sites/moodle_data_gittesting/MOODLE_28_STABLE/postgres_behat/behat/behat.yml --tags='@core_group,@mod_forum,@core_completion,@assignfeedback_editpdf,@tool_monitor'
  2. Moodle 2.9dev (Build: 20141218), pgsql, d02a1d6a927dbbc0571ea597ec60e5e1f94527bb
  3. Server OS "Darwin", Browser: "firefox"
  4. Started at 21-12-2014, 10:30
  5. ...................................................................... 70
  6. .......................................F----.......................... 140
  7. .................F---------------..................................... 210
  8. ...................................................................... 280
  9. ...................................................................... 350
  10. ...................................................................... 420
  11. ...................................................................... 490
  12. ...................................................................... 560
  13. ...................................................................... 630
  14. ...................................................................... 700
  15. ...................................................................... 770
  16. ...................................................................... 840
  17. ...................................................................... 910
  18. ...................................................................... 980
  19. ...................................................................... 1050
  20. ...................................................................... 1120
  21. ...................................................................... 1190
  22. ...................................................................... 1260
  23. ...................................................................... 1330
  24. ...................................................................... 1400
  25. ...................................................................... 1470
  26. ...................................................................... 1540
  27. ...................................................................... 1610
  28. ...................................................................... 1680
  29. ...................................................................... 1750
  30. ...................................................................... 1820
  31. ...................................................................... 1890
  32. ...................................................................... 1960
  33. ...................................................................... 2030
  34. ...................................................................... 2100
  35. ...................................................................... 2170
  36. ...................................................................... 2240
  37. ...................................................................... 2310
  38. ...................................................................... 2380
  39. ...................................................................... 2450
  40. ...................................................................... 2520
  41. ...................................................................... 2590
  42. ...................................................................... 2660
  43. ...................................................................... 2730
  44. ...................................................................... 2800
  45. ...................................................................... 2870
  46. ...................................................................... 2940
  47. ...................................................................... 3010
  48. ...................................................................... 3080
  49. ...................................................................... 3150
  50. ...................................................................... 3220
  51. ...................................................................... 3290
  52. ...................................................................... 3360
  53. ...................................................................... 3430
  54. ...................................................................... 3500
  55. ...................................................................... 3570
  56. ...................................................................... 3640
  57. .......................................F
  58.  
  59. (::) Pasos fallidos (::)
  60.  
  61. 01. The "(//html/.//input[./@type = 'submit' or ./@type = 'image' or ./@type = 'button'][(((./@id = 'Close' or ./@name = 'Close') or contains(./@value, 'Close')) or contains(./@title, 'Close'))] | .//input[./@type = 'image'][contains(./@alt, 'Close')] | .//button[((((./@id = 'Close' or ./@name = 'Close') or contains(./@value, 'Close')) or contains(normalize-space(string(.)), 'Close')) or contains(./@title, 'Close'))] | .//input[./@type = 'image'][contains(./@alt, 'Close')] | .//*[./@role = 'button'][(((./@id = 'Close' or ./@name = 'Close') or contains(./@value, 'Close')) or contains(./@title, 'Close') or contains(normalize-space(string(.)), 'Close'))])[1]" xpath node is not visible and it should be visible
  62. In step `And I click on "Close" "button"'. # behat_general::i_click_on()
  63. From scenario `Submit a PDF file as a student in a team and annotate the PDF as a teacher'. # /Users/stronk7/git_moodle/testing/mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature:71
  64. Of feature `In an assignment, teacher can annotate PDF files during grading'. # /Users/stronk7/git_moodle/testing/mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature
  65.  
  66. 02. The "(//html/.//input[./@type = 'submit' or ./@type = 'image' or ./@type = 'button'][(((./@id = 'Close' or ./@name = 'Close') or contains(./@value, 'Close')) or contains(./@title, 'Close'))] | .//input[./@type = 'image'][contains(./@alt, 'Close')] | .//button[((((./@id = 'Close' or ./@name = 'Close') or contains(./@value, 'Close')) or contains(normalize-space(string(.)), 'Close')) or contains(./@title, 'Close'))] | .//input[./@type = 'image'][contains(./@alt, 'Close')] | .//*[./@role = 'button'][(((./@id = 'Close' or ./@name = 'Close') or contains(./@value, 'Close')) or contains(./@title, 'Close') or contains(normalize-space(string(.)), 'Close'))])[1]" xpath node is not visible and it should be visible
  67. In step `And I click on "Close" "button"'. # behat_general::i_click_on()
  68. From scenario `Submit a PDF file as a student and annotate the PDF as a teacher'. # /Users/stronk7/git_moodle/testing/mod/assign/feedback/editpdf/tests/behat/group_annotations.feature:8
  69. Of feature `In a group assignment, teacher can annotate PDF files for all users'. # /Users/stronk7/git_moodle/testing/mod/assign/feedback/editpdf/tests/behat/group_annotations.feature
  70.  
  71. 03. "Status: Complete" text was not found in the page
  72. In step `And I should see "Status: Complete"'. # behat_general::assert_page_contains_text()
  73. From scenario `Mark a student as complete using the completion report'. # /Users/stronk7/git_moodle/testing/completion/tests/behat/teacher_manual_completion.feature:7
  74. Of feature `Allow teachers to manually mark users as complete when configured'. # /Users/stronk7/git_moodle/testing/completion/tests/behat/teacher_manual_completion.feature
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement