stronk7

Untitled

Mar 19th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. $ git udiff
  2. diff --git a/index.php b/index.php
  3. index 01b2b5ffb4c..b13b49d2e20 100644
  4. --- a/index.php
  5. +++ b/index.php
  6. @@ -102,7 +102,7 @@ if (file_exists($CFG->dirroot.'/local/hub/lib.php') and get_config('local_hub',
  7. exit;
  8. }
  9. }
  10. -
  11. +$PAGE->requires->js_init_code('M.util.js_pending("stupid"); setTimeout(function() { M.util.js_complete("stupid"); } , 15000);');
  12. $PAGE->set_pagetype('site-index');
  13. $PAGE->set_docs_path('');
  14. $editing = $PAGE->user_is_editing();
  15.  
  16. stronk7@~/git_moodle/integration (MOODLE_36_STABLE *=)$ vendor/bin/behat --config /Users/stronk7/Sites/moodle_data_gitintegration/MOODLE_36_STABLE/postgres_behat/behatrun/behat/behat.yml --profile seleniumchrome --suite default --name 'Upload a file to the private files block from the frontpage'
  17. Moodle 3.6.3+ (Build: 20190315), 23cd28f38c7dd4fce954b546595eae835f11afe2
  18. Php: 7.1.26, pgsql: 9.6.11, OS: Darwin 18.2.0 x86_64
  19. Server OS "Darwin", Browser: "chrome"
  20. Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
  21. Started at 20-03-2019, 05:32
  22. F--------------
  23.  
  24. --- Pasos fallidos:
  25.  
  26. 001 Scenario: Upload a file to the private files block from the frontpage # /Users/stronk7/git_moodle/integration/blocks/private_files/tests/behat/block_private_files_frontpage.feature:26
  27. Given the following "courses" exist: # /Users/stronk7/git_moodle/integration/blocks/private_files/tests/behat/block_private_files_frontpage.feature:8
  28. Javascript code and/or AJAX requests are not ready after 10 seconds. There is a Javascript error or the code is extremely slow. If you are using a slow machine, consider setting $CFG->behat_increasetimeout. (Exception)
  29.  
  30. 1 escenario (1 fallaron)
  31. 15 pasos (1 fallaron, 14 saltadas)
  32. 0m32.65s (52.30Mb)
  33.  
  34. stronk7@~/git_moodle/integration (MOODLE_36_STABLE *=)$ vi config.php
  35. stronk7@~/git_moodle/integration (MOODLE_36_STABLE *=)$ ag behat_increasetimeout config.php
  36. 14:$CFG->behat_increasetimeout = 3;
  37.  
  38. stronk7@~/git_moodle/integration (MOODLE_36_STABLE *=)$ vendor/bin/behat --config /Users/stronk7/Sites/moodle_data_gitintegration/MOODLE_36_STABLE/postgres_behat/behatrun/behat/behat.yml --profile seleniumchrome --suite default --name 'Upload a file to the private files block from the frontpage'
  39. Moodle 3.6.3+ (Build: 20190315), 23cd28f38c7dd4fce954b546595eae835f11afe2
  40. Php: 7.1.26, pgsql: 9.6.11, OS: Darwin 18.2.0 x86_64
  41. Server OS "Darwin", Browser: "chrome"
  42. Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
  43. Started at 20-03-2019, 05:33
  44. ...............
  45.  
  46. 1 escenario (1 pasaron)
  47. 15 pasos (15 pasaron)
  48. 2m37.63s (52.79Mb)
Advertisement
Add Comment
Please, Sign In to add comment