← Back to All Reports
TESTS FAILED (67%)
Job Name
publisher2_prod
Pipeline ID
Job ID
#4378094
Branch
master
Commit
N/A
Executed At
2026-08-27T05:33:31.958638
2
Passed
1
Failed
0
Skipped

Test Results (3 tests)

test_pub04_verify_reschedule_yt_shorts_and_li_posts
passed
⏱️ Duration: 863.04s
test_pub06_verify_planner_functionalities_on_mobile
passed
⏱️ Duration: 772.87s
test_pub12_educational_videos_are_available_in_the_planner
failed
⏱️ Duration: 94.67s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="36f43710d09999874efe43905b90be5e")> @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="36f43710d09999874efe43905b90be5e")> method = <function element_to_be_clickable.<locals>._predicate at 0x7fc7f036d360> 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 0x57553c3210ca <unknown> E #1 0x57553bfed2b0 <unknown> E #
📸 Failure Screenshot:
Test failure screenshot