Probably a typo?

Although if no one has noticed, it's probably not so important...
This commit is contained in:
Juan Julián Merelo Guervós 2022-06-09 20:59:08 +02:00 committed by GitHub
parent b2e804e977
commit 8f0860bc4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def headless_uc(request: FixtureRequest):
request.instance.driver = uc.Chrome(options=options)
def teardown():
request.instance.driver.sapipve_screenshot(FAILED_SCREENSHOT_NAME)
request.instance.driver.save_screenshot(FAILED_SCREENSHOT_NAME)
request.instance.driver.quit()
request.addfinalizer(teardown)