From f600f2bc24709e67ef1586a5558a4232b27a8de4 Mon Sep 17 00:00:00 2001 From: newtech7j Date: Wed, 8 May 2024 15:48:49 +0100 Subject: [PATCH] this is the demo video link https://cloud.zjnu.edu.cn/share/5d5a595aa863203768489383cd a second live demonsatration would be made in class --- test/SeleniumNeil/test_cases.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/SeleniumNeil/test_cases.py b/test/SeleniumNeil/test_cases.py index 7e166ee..c15e17b 100644 --- a/test/SeleniumNeil/test_cases.py +++ b/test/SeleniumNeil/test_cases.py @@ -10,8 +10,6 @@ from selenium.webdriver.common.by import By from selenium.webdriver.support.wait import WebDriverWait from selenium.webdriver.support import expected_conditions as EC - - def test_function_1(restore_database): assert restore_database is None @pytest.mark.skip(reason="function to be used in the test_scripts")