Skip to content

Push on main

Push on main #193

GitHub Actions / JUnit Test Report failed Oct 7, 2024 in 0s

6 tests run, 5 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 16 in tests/test_main_page.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tests/test_main_page.py.test_example

AssertionError: assert 'Full-Cycle Software Development Company - Softjourn' == 'Example sad as Domain'
  
  - Example sad as Domain
  + Full-Cycle Software Development Company - Softjourn
Raw output
self = <test_main_page.TestMain object at 0x105a7c8c0>
make_driver = <selenium.webdriver.support.event_firing_webdriver.EventFiringWebDriver object at 0x105a94a40>

    def test_example(self, make_driver):
        driver = make_driver
>       assert driver.title == "Example sad as Domain"  # This will fail to demonstrate screenshot capture
E       AssertionError: assert 'Full-Cycle Software Development Company - Softjourn' == 'Example sad as Domain'
E         
E         - Example sad as Domain
E         + Full-Cycle Software Development Company - Softjourn

tests/test_main_page.py:19: AssertionError