Skip to content

Commit dba1304

Browse files
committed
Fixing imports in python formatter (IDE)
1 parent 72894b9 commit dba1304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ide/plugins/python-format/src/content/formats/python2-wd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ this.options = {
297297
'from selenium.webdriver.common.keys import Keys\n' +
298298
'from selenium.webdriver.support.ui import Select\n' +
299299
'from selenium.common.exceptions import NoSuchElementException\n' +
300+
'from selenium.common.exceptions import NoAlertPresentException\n' +
300301
'import unittest, time, re\n' +
301302
'\n' +
302303
'class ${className}(unittest.TestCase):\n' +

0 commit comments

Comments
 (0)