Skip to content

Commit 7819ed5

Browse files
committed
refactor: modifica driver para modo headless
1 parent c6e4007 commit 7819ed5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web_tests/tests_fake_cinema/test_verify_name_title.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
Prueba TC-WEB-13 Verificar título principal
66
'''
77

8-
def test_homepage_has_hero_text():
9-
driver = webdriver.Chrome()
8+
def test_homepage_has_hero_text(driver):
109
home_page = CinemaHomePage(driver)
1110

1211
home_page.go_to()

0 commit comments

Comments
 (0)