tests/test_unauthorized.py::test_project_filter_unauthorized
tests/test_unauthorized.py::test_search_unauthorized
/builds/hifis-software-deployment/gitlab-e2e-testing/tests/conftest.py:20: DeprecationWarning: desired_capabilities has been deprecated, please pass in an Options object with options kwarg
driver: WebDriver = webdriver.Remote(
tests/test_unauthorized.py::test_project_filter_unauthorized
/builds/hifis-software-deployment/gitlab-e2e-testing/tests/test_unauthorized.py:21: DeprecationWarning: find_element_by_* commands are deprecated. Please use find_element() instead
filter_field: WebElement = browser.find_element_by_id(filter_field_id)
tests/test_unauthorized.py::test_search_unauthorized
/builds/hifis-software-deployment/gitlab-e2e-testing/tests/test_unauthorized.py:38: DeprecationWarning: find_element_by_* commands are deprecated. Please use find_element() instead
search_field: WebElement = browser.find_element_by_id(search_field_id)