← Back to All Reports
TESTS FAILED (0%)
Job Name
publisher2_test05
Pipeline ID
Job ID
#4188792
Branch
master
Commit
N/A
Executed At
2026-04-24T15:30:07.191327
0
Passed
1
Failed
0
Skipped

Test Results (1 tests)

test_pub03_verify_publish_tiktok
failed
⏱️ Duration: 379.15s
❌ Error:
fixturefunc = <function add_draft_tiktok at 0x7f90f59f4c10> request = <FixtureRequest for <Function test_pub03_verify_publish_tiktok>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="dea417a57498c4b50098bec2b5104cf4")>} def call_fixture_func( fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs ) -> FixtureValue: if is_generator(fixturefunc): fixturefunc = cast( Callable[..., Generator[FixtureValue, None, None]], fixturefunc ) generator = fixturefunc(**kwargs) try: fixture_result = next(generator) except StopIteration: raise ValueError(f"{request.fixturename} did not yield a value") from None finalizer = functools.partial(_teardown_yield_fixture, fixturefunc, generator) request.addfinalizer(finalizer) else: fixturefunc = cast(Callable[..., FixtureValue], fixturefunc) > fixture_result = fixturefunc(**kwargs) venv/lib/python3.10/site-packages/_pytest/fixtures.py:917: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tests/test_publisher_page.py:401: in add_draft_tiktok bs_fail_with_traceback(browser, add_draft_tiktok, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_publisher_page.py:398: in add_draft_tiktok select_social_account_for_post(browser, "tiktok") _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="dea417a57498c4b50098bec2b5104cf4")> social_type = 'tiktok' def select_social_account_for_post(browser, social_type): """ Add a LinkedIn draft with already connected private account (account always connected to promo.test.automation+socials@gmail.com) LI user: promo.test.automation@gmail.com + standard pass of Automat
📸 Failure Screenshot:
Test failure screenshot