File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 99import unittest
1010
1111from flaky import flaky
12+ from selenium .common .exceptions import ElementClickInterceptedException
1213from selenium .common .exceptions import ElementNotInteractableException
1314from selenium .common .exceptions import NoSuchElementException
1415from selenium .common .exceptions import StaleElementReferenceException
1516from selenium .common .exceptions import WebDriverException
16- from selenium .common .exceptions import ElementClickInterceptedException
1717from selenium .webdriver .common .action_chains import ActionChains
1818from selenium .webdriver .common .by import By
1919from 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 ()
You can’t perform that action at this time.
0 commit comments