diff --git a/tests/test_namespace.py b/tests/test_namespace.py index 9796f44..0b4335d 100644 --- a/tests/test_namespace.py +++ b/tests/test_namespace.py @@ -120,6 +120,7 @@ def test_screenpy_selenium() -> None: "Visits", "Wait", "Waits", + "settings", ) assert sorted(screenpy_selenium.__all__) == sorted(expected)