← Back to All Reports
TESTS FAILED (50%)
Job Name
publisher2_prod
Pipeline ID
Job ID
#4240086
Branch
master
Commit
N/A
Executed At
2026-05-29T03:26:10.025435
1
Passed
1
Failed
0
Skipped

Test Results (2 tests)

test_pub03_verify_publish_tiktok
passed
⏱️ Duration: 340.50s
test_pub11_create_a_new_aspect_ratio_for_an_ai_post_in_the_publisher
failed
⏱️ Duration: 201.20s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="d9aa2ff1badea65622db09b7ff324f04")> orientation = 'wide' @then(parsers.parse('I verify in publisher that {orientation} ratio is not created')) def verify_ratio_not_created(browser, orientation): ratios = { "wide": PUBLISHER_ADD_WIDE_RATIO, "square": PUBLISHER_ADD_SQUARE_RATIO, "vertical": PUBLISHER_ADD_VERTICAL_RATIO } try: > assert is_visible(browser, ratios.get(orientation)) E assert False E + where False = is_visible(<selenium.webdriver.remote.webdriver.WebDriver (session="d9aa2ff1badea65622db09b7ff324f04")>, ('xpath', '//*[@data-qaid="pub-add-video-ratio-wide-0"]')) E + where ('xpath', '//*[@data-qaid="pub-add-video-ratio-wide-0"]') = <built-in method get of dict object at 0x7f0a827c3340>('wide') E + where <built-in method get of dict object at 0x7f0a827c3340> = {'square': ('xpath', '//*[data-qaid="pub-add-video-ratio-square-0"]'), 'vertical': ('xpath', '//*[@data-qaid="pub-add-video-ratio-vertical-0"]'), 'wide': ('xpath', '//*[@data-qaid="pub-add-video-ratio-wide-0"]')}.get tests/test_publisher_page.py:564: AssertionError During handling of the above exception, another exception occurred: fixturefunc = <function verify_ratio_not_created at 0x7f0a82596680> request = <FixtureRequest for <Function test_pub11_create_a_new_aspect_ratio_for_an_ai_post_in_the_publisher>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="d9aa2ff1badea65622db09b7ff324f04")>, 'orientation': 'wide'} 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:
📸 Failure Screenshot:
Test failure screenshot