Skip to content

Commit 9f44e87

Browse files
committed
use autouse fixture to init main_page for all tests
use assert to verify expected_url attribute merge 2 pip commands to one layer
1 parent 8a191c3 commit 9f44e87

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Dockerfile

Whitespace-only changes.

Ultimateqa/pages/SubPages/section_sub_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from dotenv import load_dotenv
44
from playwright.sync_api import Page
5-
from Ultimateqa.pages.SubPages.sub_page_buttons import SubPageButtons
5+
from sub_page_buttons import SubPageButtons
66

77
class SectionSubPage:
88
def setup(self, page: Page, goto):

runDocker.sh

Whitespace-only changes.

0 commit comments

Comments
 (0)