Contents:
Validate base template display
ensure user with name is displayed using their name
pytest tests/pages/test_base_template.py::test_base_logged_in
ensure user without a name is displayed using their email
pytest tests/pages/test_base_template.py::test_no_name_has_email
Bases: TestCase
TestCase
Hook method for setting up the test fixture before exercising it.
Hook method for deconstructing the test fixture after testing it.