Skip to content

Commit ce217a5

Browse files
committed
fix ui tests imports to global paths
1 parent c6fe582 commit ce217a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ultimateqa/ui_tests/test_fe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from Ultimateqa.pages.SubPages.sub_page_buttons import SubPageButtons
1414
from Ultimateqa.pages.SubPages.sub_page_social_media import SubPageSocialMedia
1515
from Ultimateqa.pages.SubPages.sub_page_forms import SubPageForms
16-
import Ultimateqa.tests.consts as consts
16+
import Ultimateqa.ui_tests.consts as consts
1717

1818

1919
def test_count_buttons(page: Page, base_url_fe):

0 commit comments

Comments
 (0)