tests/end_to_end/test_send_message_from_existing_template.py::test_send_message_from_existing_template[firefox] - AssertionError: Accessibility violation: {'id': 'scope-attr-valid', 'impact': 'moderate', 'tags': ['cat.tables', 'best-practice'], 'description': 'Ensures the scope attribute is used correctly on tables', 'help': 'scope attribute should be used correctly', 'helpUrl': 'https://dequeuniversity.com/rules/axe/4.4/scope-attr-valid?application=axeAPI', 'nodes': [{'any': [], 'all': [{'id': 'html5-scope', 'data': None, 'relatedNodes': [], 'impact': 'moderate', 'message': 'In HTML 5, scope attributes may only be used on table header elements (
tests/end_to_end/test_send_message_from_existing_template.py::test_send_message_from_existing_template[firefox] - AssertionError: Accessibility violation: {'id': 'scope-attr-valid', 'impact': 'moderate', 'tags': ['cat.tables', 'best-practice'], 'description': 'Ensures the scope attribute is used correctly on tables', 'help': 'scope attribute should be used correctly', 'helpUrl': 'https://dequeuniversity.com/rules/axe/4.4/scope-attr-valid?application=axeAPI', 'nodes': [{'any': [], 'all': [{'id': 'html5-scope', 'data': None, 'relatedNodes': [], 'impact': 'moderate', 'message': 'In HTML 5, scope attributes may only be used on table header elements (
To see the error, edit the /tests/end_to_end/conftest.py file to not skip 'moderate' violations and then run the e2e tests.