mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
fix selenium imports in automount web UI test
Fixes: https://pagure.io/freeipa/issue/7942 Reviewed-By: Christian Heimes <cheimes@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
9cb6817b30
commit
c41b3ae98f
@ -22,7 +22,10 @@ Automount tests
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
from ipatests.test_webui.ui_driver import UI_driver, screenshot
|
from ipatests.test_webui.ui_driver import UI_driver, screenshot
|
||||||
from ipatests.test_webui.ui_driver import Keys
|
try:
|
||||||
|
from selenium.webdriver.common.keys import Keys
|
||||||
|
except ImportError:
|
||||||
|
pass
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
LOC_ENTITY = 'automountlocation'
|
LOC_ENTITY = 'automountlocation'
|
||||||
|
Loading…
Reference in New Issue
Block a user