Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ git udiff
- diff --git a/index.php b/index.php
- index 01b2b5ffb4c..b13b49d2e20 100644
- --- a/index.php
- +++ b/index.php
- @@ -102,7 +102,7 @@ if (file_exists($CFG->dirroot.'/local/hub/lib.php') and get_config('local_hub',
- exit;
- }
- }
- -
- +$PAGE->requires->js_init_code('M.util.js_pending("stupid"); setTimeout(function() { M.util.js_complete("stupid"); } , 15000);');
- $PAGE->set_pagetype('site-index');
- $PAGE->set_docs_path('');
- $editing = $PAGE->user_is_editing();
- 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'
- Moodle 3.6.3+ (Build: 20190315), 23cd28f38c7dd4fce954b546595eae835f11afe2
- Php: 7.1.26, pgsql: 9.6.11, OS: Darwin 18.2.0 x86_64
- Server OS "Darwin", Browser: "chrome"
- Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
- Started at 20-03-2019, 05:32
- F--------------
- --- Pasos fallidos:
- 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
- Given the following "courses" exist: # /Users/stronk7/git_moodle/integration/blocks/private_files/tests/behat/block_private_files_frontpage.feature:8
- 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)
- 1 escenario (1 fallaron)
- 15 pasos (1 fallaron, 14 saltadas)
- 0m32.65s (52.30Mb)
- stronk7@~/git_moodle/integration (MOODLE_36_STABLE *=)$ vi config.php
- stronk7@~/git_moodle/integration (MOODLE_36_STABLE *=)$ ag behat_increasetimeout config.php
- 14:$CFG->behat_increasetimeout = 3;
- 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'
- Moodle 3.6.3+ (Build: 20190315), 23cd28f38c7dd4fce954b546595eae835f11afe2
- Php: 7.1.26, pgsql: 9.6.11, OS: Darwin 18.2.0 x86_64
- Server OS "Darwin", Browser: "chrome"
- Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
- Started at 20-03-2019, 05:33
- ...............
- 1 escenario (1 pasaron)
- 15 pasos (15 pasaron)
- 2m37.63s (52.79Mb)
Advertisement
Add Comment
Please, Sign In to add comment