← Back to All Reports
TESTS FAILED (50%)
Job Name
publisher2_prod
Pipeline ID
Job ID
#4388673
Branch
master
Commit
N/A
Executed At
2026-09-03T05:13:59.653798
1
Passed
1
Failed
0
Skipped

Test Results (2 tests)

test_pub04_verify_reschedule_yt_shorts_and_li_posts
passed
⏱️ Duration: 917.51s
test_pub12_educational_videos_are_available_in_the_planner
failed
⏱️ Duration: 104.11s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="db64f1b3c8f92a7a704f7535b92154f2")> @then('I assert close the button closes the pop-up') def close_learn_popup(browser): try: > do_click(browser, AI_CLOSE_CROP_MODAL) tests/test_assertion.py:427: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ helpers/common_helpers.py:200: in do_click WebDriverWait(browser, sec, poll_frequency=0.4).until( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.support.wait.WebDriverWait (session="db64f1b3c8f92a7a704f7535b92154f2")> method = <function element_to_be_clickable.<locals>._predicate at 0x7fb8e4710d30> message = '' def until(self, method: Callable[[WebDriver], Union[Literal[False], T]], message: str = "") -> T: """Calls the method provided with the driver as an argument until the \ return value does not evaluate to ``False``. :param method: callable(WebDriver) :param message: optional message for :exc:`TimeoutException` :returns: the result of the last call to `method` :raises: :exc:`selenium.common.exceptions.TimeoutException` if timeout occurs """ screen = None stacktrace = None end_time = time.monotonic() + self._timeout while True: try: value = method(self._driver) if value: return value except self._ignored_exceptions as exc: screen = getattr(exc, "screen", None) stacktrace = getattr(exc, "stacktrace", None) time.sleep(self._poll) if time.monotonic() > end_time: break > raise TimeoutException(message, screen, stacktrace) E selenium.common.exceptions.TimeoutException: Message: E Stacktrace: E #0 0x58a4b5c7b0ca <unknown> E #1 0x58a4b59472b0 <unknown> E #
📸 Failure Screenshot:
Test failure screenshot