Skip to content

Commit c62e533

Browse files
committed
Fixed tox...
1 parent e956f5c commit c62e533

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

deformdemo/test.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
import unittest
1010

1111
from flaky import flaky
12+
from selenium.common.exceptions import ElementClickInterceptedException
1213
from selenium.common.exceptions import ElementNotInteractableException
1314
from selenium.common.exceptions import NoSuchElementException
1415
from selenium.common.exceptions import StaleElementReferenceException
1516
from selenium.common.exceptions import WebDriverException
16-
from selenium.common.exceptions import ElementClickInterceptedException
1717
from selenium.webdriver.common.action_chains import ActionChains
1818
from selenium.webdriver.common.by import By
1919
from selenium.webdriver.common.keys import Keys
@@ -3252,10 +3252,6 @@ def test_html5_attributes(self):
32523252
findid("deformField1").get_attribute("required"),
32533253
"true"
32543254
)
3255-
self.assertEqual(
3256-
findid_view("deformField1").get_attribute("validationMessage"),
3257-
""
3258-
)
32593255

32603256
def test_submit_filled(self):
32613257
action_chains_on_id("deformField1").send_keys("1").perform()

0 commit comments

Comments
 (0)