Skip to content

Commit f177d71

Browse files
committed
remove unneeded test
1 parent fc5c3f4 commit f177d71

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_app/tests/test_components.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,6 @@ def test_view_to_component_template_view_class_compatibility(self):
180180
"#ViewToComponentTemplateViewClassCompatibility[data-success=true]"
181181
).wait_for()
182182

183-
def test_view_to_component_iframe_registration(self):
184-
view_to_component(lambda x: None, compatibility=True)
185-
self.assertIn(
186-
"test_app.tests.test_components.lambda", IDOM_VIEW_COMPONENT_IFRAMES
187-
)
188-
189183
def test_view_to_component_decorator(self):
190184
self.page.locator("#view_to_component_decorator[data-success=true]").wait_for()
191185

0 commit comments

Comments
 (0)