summaryrefslogtreecommitdiffstats
path: root/tests/test_selectors.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_selectors.py')
-rw-r--r--tests/test_selectors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_selectors.py b/tests/test_selectors.py
index 12c81d5..4038dd9 100644
--- a/tests/test_selectors.py
+++ b/tests/test_selectors.py
@@ -30,6 +30,7 @@ class TestGenerateUniqueSelectorsForNodes:
assert ".test" in selectors_found
assert "p.test" in selectors_found
+ assert "body > p.test" in selectors_found
def test_ids(self):
page = Page(