We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09920d4 commit 32ff737Copy full SHA for 32ff737
1 file changed
tests/integration/test_form_submit.py
@@ -130,15 +130,11 @@ def index():
130
@pytest.fixture(
131
scope="module",
132
params=[
133
- functools.partial(FormSubmit, form_component="rx.form.root"),
134
functools.partial(FormSubmitName, form_component="rx.form.root"),
135
- functools.partial(FormSubmit, form_component="rx.el.form"),
136
functools.partial(FormSubmitName, form_component="rx.el.form"),
137
],
138
ids=[
139
- "id-radix",
140
"name-radix",
141
- "id-html",
142
"name-html",
143
144
)
0 commit comments