diff --git a/06_saisie_note_test.py b/06_saisie_note_test.py index 9f813ad..010f9c0 100644 --- a/06_saisie_note_test.py +++ b/06_saisie_note_test.py @@ -11,6 +11,8 @@ from selenium.webdriver.support.select import Select SCODOC_ID = "enseignantUS" SCODOC_PASS = "enseignant@" +SCODOC_CHEF = "chefdesetudesUS" +SCODOC_CHEF_PASS = "passwordUS42" nomDPT = "AurelienUS" SCODOC_ADMIN_ID = "admin" SCODOC_ADMIN_PASS = "root_pass_42" @@ -21,9 +23,7 @@ class PythonOrgSearch(unittest.TestCase): # Permet de se connecter et se remettre sur la page d'accueil avant chaque test def setUp(self): self.driver = webdriver.Firefox() - self.url = ( - baseURL + nomDPT + "/Scolarite" - ) + self.url = baseURL + nomDPT + "/Scolarite" self.wait = WebDriverWait(self.driver, 10) self.driver.get(baseURL) self.driver.find_element_by_id("name").send_keys(SCODOC_ID) @@ -123,9 +123,10 @@ class PythonOrgSearch(unittest.TestCase): driver.find_element_by_class_name("notes_img").click() elements = driver.find_elements_by_class_name("note") for element in elements: - if not element.text: + print(element.text) + if element.text != "": element.send_keys(15) - time.sleep(5) + driver.find_element_by_id("formnotes_submit").click() # Test : Suppresion des notes pour tout les étudiants concernés dans une interrogation # @expected : La moyenne ne s'affiche plus, "afficher" disparait de la page d'information de l'interrogation @@ -150,16 +151,22 @@ class PythonOrgSearch(unittest.TestCase): except NoSuchElementException: self.assertTrue(True) - #Test : Création d'une interrogation en tant qu'enseignant reponsable d'un module - #@eexpected : L'interrogation apparait désormais dans ce module + # Test : Création d'une interrogation en tant qu'enseignant reponsable d'un module + # @eexpected : L'interrogation apparait désormais dans ce module def test_08creation_interrogation(self): driver = self.driver - url = self.url - driver.get(url) + driver.get(baseURL) + driver.find_element_by_id("name").send_keys(SCODOC_CHEF) + driver.find_element_by_id("password").send_keys(SCODOC_CHEF_PASS) + driver.find_element_by_id("submit").click() + driver.find_element_by_link_text("DUT Informatique semestre 4").click() + driver.find_element_by_link_text("M4101C").click() + time.sleep(1) + driver.find_element_by_link_text("Créer nouvelle évaluation").click() # Test : Suppression d'un enseignant responsable d'un module # @expected : L'enseignant n'apparait plus comme responsable dans ce module - def test_09suppression_enseignant_sur_module(self): + def test_15suppression_enseignant_sur_module(self): driver = self.driver url = self.url self.driver.get( diff --git a/Script.txt b/Script.txt index f90d52e..3eb3627 100644 --- a/Script.txt +++ b/Script.txt @@ -9,7 +9,7 @@ Script 3 : Création des étudiants Prénom : EtudiantNumeroX Script 4 : Création d'interrogation - Une interrogation nommé InterroTest - Co + Une interrogation nommé InterroTestSemestreX dans le premier module de chaque semestre + Script 5 : Ajout des notes aux étudiants 1 étudiant par semestre avec une note de 12 à l'interrogation précédente, l'autre avec une note à 7 diff --git a/geckodriver.log b/geckodriver.log index 3760f98..ba355f4 100644 --- a/geckodriver.log +++ b/geckodriver.log @@ -5188,3 +5188,328 @@ JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scod JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function 1620375539920 Marionette INFO Stopped listening on port 44545 +1620637142773 geckodriver INFO Listening on 127.0.0.1:49547 +1620637143764 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileX0L6Yt" +1620637148086 Marionette INFO Listening on port 45453 +1620637148137 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637152069 Marionette INFO Stopped listening on port 45453 +1620637159849 geckodriver INFO Listening on 127.0.0.1:43759 +1620637160852 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile1gSUES" +1620637164011 Marionette INFO Listening on port 37959 +1620637164028 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637167829 Marionette INFO Stopped listening on port 37959 +1620637177587 geckodriver INFO Listening on 127.0.0.1:54291 +1620637178591 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileVlk3jd" +1620637181996 Marionette INFO Listening on port 40849 +1620637182083 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637190391 Marionette INFO Stopped listening on port 40849 +1620637197154 geckodriver INFO Listening on 127.0.0.1:36211 +1620637198159 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileHd4d85" +1620637201296 Marionette INFO Listening on port 37799 +1620637201371 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637206488 Marionette INFO Stopped listening on port 37799 +1620637212351 geckodriver INFO Listening on 127.0.0.1:32945 +1620637213355 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileZKOy2Z" +1620637216501 Marionette INFO Listening on port 37451 +1620637216564 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637223789 Marionette INFO Stopped listening on port 37451 +1620637227656 geckodriver INFO Listening on 127.0.0.1:49191 +1620637228660 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilebD2reV" +1620637231950 Marionette INFO Listening on port 44395 +1620637231963 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637242651 Marionette INFO Stopped listening on port 44395 +1620637246466 geckodriver INFO Listening on 127.0.0.1:42393 +1620637247470 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileh0ubxx" +1620637250837 Marionette INFO Listening on port 38629 +1620637250877 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637257532 Marionette INFO Stopped listening on port 38629 +1620637262354 geckodriver INFO Listening on 127.0.0.1:42773 +1620637263358 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile7J0rMF" +1620637267855 Marionette INFO Listening on port 34425 +1620637267969 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637271177 Marionette INFO Stopped listening on port 34425 +1620637277060 geckodriver INFO Listening on 127.0.0.1:33969 +1620637278064 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileq5q6Y5" +1620637282329 Marionette INFO Listening on port 38325 +1620637282398 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637295452 Marionette INFO Stopped listening on port 38325 +1620637467793 geckodriver INFO Listening on 127.0.0.1:44209 +1620637468800 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileqTA2GA" +1620637472160 Marionette INFO Listening on port 44105 +1620637472210 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637475480 Marionette INFO Stopped listening on port 44105 +1620637485248 geckodriver INFO Listening on 127.0.0.1:49719 +1620637486251 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileBE74rd" +1620637489503 Marionette INFO Listening on port 34559 +1620637489526 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637494122 Marionette INFO Stopped listening on port 34559 +1620637501889 geckodriver INFO Listening on 127.0.0.1:53153 +1620637502892 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileC7QbCs" +1620637506135 Marionette INFO Listening on port 37235 +1620637506194 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637514724 Marionette INFO Stopped listening on port 37235 +1620637519477 geckodriver INFO Listening on 127.0.0.1:40019 +1620637520481 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileGK4E4b" +1620637523584 Marionette INFO Listening on port 34567 +1620637523680 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637528132 Marionette INFO Stopped listening on port 34567 +1620637537802 geckodriver INFO Listening on 127.0.0.1:33575 +1620637538804 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileNHeOS7" +1620637542043 Marionette INFO Listening on port 39653 +1620637542080 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637548982 Marionette INFO Stopped listening on port 39653 +1620637552872 geckodriver INFO Listening on 127.0.0.1:60171 +1620637553876 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileExhY02" +1620637557175 Marionette INFO Listening on port 40949 +1620637557197 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637567707 Marionette INFO Stopped listening on port 40949 +1620637573480 geckodriver INFO Listening on 127.0.0.1:46397 +1620637574483 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileoRylcU" +1620637577535 Marionette INFO Listening on port 35739 +1620637577577 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637584314 Marionette INFO Stopped listening on port 35739 +1620637589248 geckodriver INFO Listening on 127.0.0.1:41937 +1620637590254 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilezhROWq" +1620637593369 Marionette INFO Listening on port 42527 +1620637593417 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637595497 Marionette INFO Stopped listening on port 42527 +1620637599317 geckodriver INFO Listening on 127.0.0.1:47103 +1620637600322 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileWP9fr0" +1620637603631 Marionette INFO Listening on port 43063 +1620637603717 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637613331 Marionette INFO Stopped listening on port 43063 +1620637622178 geckodriver INFO Listening on 127.0.0.1:49271 +1620637623181 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilecB36db" +1620637626496 Marionette INFO Listening on port 45925 +1620637626582 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637630034 Marionette INFO Stopped listening on port 45925 +1620637635741 geckodriver INFO Listening on 127.0.0.1:50319 +1620637636745 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilep3o6mG" +1620637639946 Marionette INFO Listening on port 40383 +1620637640032 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637643698 Marionette INFO Stopped listening on port 40383 +1620637649650 geckodriver INFO Listening on 127.0.0.1:36205 +1620637650655 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileYQIKlo" +1620637653803 Marionette INFO Listening on port 34459 +1620637653841 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637662088 Marionette INFO Stopped listening on port 34459 +1620637665851 geckodriver INFO Listening on 127.0.0.1:58715 +1620637666855 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile5acYg4" +1620637670150 Marionette INFO Listening on port 34265 +1620637670227 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637674736 Marionette INFO Stopped listening on port 34265 +1620637681485 geckodriver INFO Listening on 127.0.0.1:46937 +1620637682489 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilemqA9lu" +1620637685702 Marionette INFO Listening on port 33359 +1620637685788 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637693025 Marionette INFO Stopped listening on port 33359 +1620637701817 geckodriver INFO Listening on 127.0.0.1:56681 +1620637702821 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileGknN95" +1620637706093 Marionette INFO Listening on port 35383 +1620637706109 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637716130 Marionette INFO Stopped listening on port 35383 +1620637726003 geckodriver INFO Listening on 127.0.0.1:54379 +1620637727007 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileXEglCU" +1620637730236 Marionette INFO Listening on port 42045 +1620637730301 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637737131 Marionette INFO Stopped listening on port 42045 +1620637740115 geckodriver INFO Listening on 127.0.0.1:55723 +1620637741118 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile3YbGv5" +1620637745443 Marionette INFO Listening on port 41489 +1620637745540 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637748181 Marionette INFO Stopped listening on port 41489 +1620637758096 geckodriver INFO Listening on 127.0.0.1:35571 +1620637759098 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilevZhR7X" +1620637764028 Marionette INFO Listening on port 43853 +1620637764195 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637778664 Marionette INFO Stopped listening on port 43853 +1620637941937 geckodriver INFO Listening on 127.0.0.1:58447 +1620637942941 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilepMsKym" +1620637946395 Marionette INFO Listening on port 39917 +1620637946459 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637950390 Marionette INFO Stopped listening on port 39917 +1620637960144 geckodriver INFO Listening on 127.0.0.1:36445 +1620637961149 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileVnirjd" +1620637965170 Marionette INFO Listening on port 45429 +1620637965271 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637969458 Marionette INFO Stopped listening on port 45429 +1620637977189 geckodriver INFO Listening on 127.0.0.1:37591 +1620637978193 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilelUVpIm" +1620637981341 Marionette INFO Listening on port 44203 +1620637981359 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620637990590 Marionette INFO Stopped listening on port 44203 +1620637995340 geckodriver INFO Listening on 127.0.0.1:57607 +1620637996343 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileehCwVV" +1620637999467 Marionette INFO Listening on port 45923 +1620637999549 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620638004023 Marionette INFO Stopped listening on port 45923 +1620638007838 geckodriver INFO Listening on 127.0.0.1:44111 +1620638008843 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileDkE48J" +1620638012045 Marionette INFO Listening on port 39951 +1620638012121 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620638019454 Marionette INFO Stopped listening on port 39951 +1620638023306 geckodriver INFO Listening on 127.0.0.1:43209 +1620638024313 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileRFojUh" +1620638027567 Marionette INFO Listening on port 38197 +1620638027616 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620638033436 Marionette INFO Stopped listening on port 38197 +1620638043392 geckodriver INFO Listening on 127.0.0.1:60523 +1620638044396 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileIJug7I" +1620638048703 Marionette INFO Listening on port 34531 +1620638048712 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620638056850 Marionette INFO Stopped listening on port 34531 +1620638061631 geckodriver INFO Listening on 127.0.0.1:35611 +1620638062635 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileajbirN" +1620638066303 Marionette INFO Listening on port 41791 +1620638066311 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620638068330 Marionette INFO Stopped listening on port 41791 +1620638074258 geckodriver INFO Listening on 127.0.0.1:48843 +1620638075261 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilejpTFXc" +1620638078926 Marionette INFO Listening on port 40287 +1620638078940 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620638087934 Marionette INFO Stopped listening on port 40287 +1620649116478 geckodriver INFO Listening on 127.0.0.1:38177 +1620649117481 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileuRVnTj" +1620649120982 Marionette INFO Listening on port 39537 +1620649121077 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620649124447 Marionette INFO Stopped listening on port 39537 +1620649126187 geckodriver INFO Listening on 127.0.0.1:53283 +1620649127191 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilewLc7uE" +1620649130516 Marionette INFO Listening on port 36867 +1620649130582 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620649134503 Marionette INFO Stopped listening on port 36867 +1620649146318 geckodriver INFO Listening on 127.0.0.1:55329 +1620649147321 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilehdsHmo" +1620649150852 Marionette INFO Listening on port 36539 +1620649150901 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620649159416 Marionette INFO Stopped listening on port 36539 +1620649172215 geckodriver INFO Listening on 127.0.0.1:57603 +1620649173219 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileedHIyr" +1620649176761 Marionette INFO Listening on port 38917 +1620649176828 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620649181539 Marionette INFO Stopped listening on port 38917 +1620649187404 geckodriver INFO Listening on 127.0.0.1:43737 +1620649188403 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileQLHN7Z" +1620649191796 Marionette INFO Listening on port 36797 +1620649191882 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620649199388 Marionette INFO Stopped listening on port 36797 +1620649210433 geckodriver INFO Listening on 127.0.0.1:41063 +1620649211437 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilemnFx8h" +1620649215414 Marionette INFO Listening on port 39085 +1620649215462 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620649223397 Marionette INFO Stopped listening on port 39085 +1620649229141 geckodriver INFO Listening on 127.0.0.1:37291 +1620649230145 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilee0tq7f" +1620649233740 Marionette INFO Listening on port 35431 +1620649233816 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620649240795 Marionette INFO Stopped listening on port 35431 +1620649250808 geckodriver INFO Listening on 127.0.0.1:51919 +1620649251813 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile75iEG3" +1620649256195 Marionette INFO Listening on port 43047 +1620649256224 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620649260201 Marionette INFO Stopped listening on port 43047 +1620649263270 geckodriver INFO Listening on 127.0.0.1:54253 +1620649264274 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileHyCa84" +1620649267638 Marionette INFO Listening on port 40445 +1620649267653 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function +1620649277276 Marionette INFO Stopped listening on port 40445