test: remove irrelevant test case

This commit is contained in:
Karim shoair
2025-07-28 15:10:23 +03:00
parent a5e4b91653
commit 0c649987f8
-3
View File
@@ -200,9 +200,6 @@ class TestPicklingAndRepresentation:
with pytest.raises(TypeError):
pickle.dumps(table)
with pytest.raises(TypeError):
pickle.dumps(table[0])
def test_string_representations(self, page):
"""Test custom string representations of objects"""
table = page.css(".product-list")[0]