← Back to All Reports
TESTS FAILED (67%)
Job Name
pricing_prod
Pipeline ID
Job ID
#4379912
Branch
master
Commit
N/A
Executed At
2026-08-29T00:29:50.169319
2
Passed
1
Failed
0
Skipped

Test Results (3 tests)

test_p02_not_logged_user_verifies_business_option_on_pricing_page
failed
⏱️ Duration: 79.28s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="e9ca86c623bda91056469132aec6fdeb")> @then('I verify Contact Us option') def pricing_demo_schedule(browser): try: pricing_how_many_plan(browser, 4) > pricing_contact_us_intercom(browser) tests/test_pricing_page.py:44: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="e9ca86c623bda91056469132aec6fdeb")> def pricing_contact_us_intercom(browser): """ Verifies if it is possible to contact us via Intercom """ assert is_visible(browser, CONTACT_US_BUTTON) is True do_click(browser, CONTACT_US_BUTTON) switch_to_iframe(browser, INTERCOM_FRAME_ON_PRICING) > assert is_visible(browser, INTERCOM_MSG_CONTACT_US) E AssertionError pages/pricing_page.py:238: AssertionError During handling of the above exception, another exception occurred: fixturefunc = <function pricing_demo_schedule at 0x7fc624170a60> request = <FixtureRequest for <Function test_p02_not_logged_user_verifies_business_option_on_pricing_page>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="e9ca86c623bda91056469132aec6fdeb")>} 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: fixturefu
📸 Failure Screenshot:
Test failure screenshot
test_p05_anonymous_user_has_a_correct_currency_in_pricing__on_the_upgrade_page
passed
⏱️ Duration: 71.44s
test_p06_not_logged_applies_a_coupon_and_verifies_a_discount
passed
⏱️ Duration: 34.13s