Update tests/test_utils_elog.py
Run CI Tests / test (push) Has been cancelled

This commit is contained in:
2025-08-12 16:50:37 +02:00
parent 8245af706b
commit a58a14245e
+2
View File
@@ -131,6 +131,8 @@ def test_screenshot(mock_screenshot_class):
url = "http://localhost:8080/demo/2"
response = requests.get(url)
print("Texte bruuuuuut :", response.text)
soup = BeautifulSoup(response.content, 'html.parser')
content = soup.get_text()