We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d25aea commit 580a5abCopy full SHA for 580a5ab
tests/web/classes/test_views.py
@@ -401,21 +401,6 @@ def test_home_tab_construction(self):
401
)
402
home_tab_view.validate_json()
403
404
- def test_input_blocks_in_home_tab(self):
405
- modal_view = View(
406
- type="home",
407
- callback_id="home-tab-id",
408
- blocks=[
409
- InputBlock(
410
- block_id="b-id",
411
- label=PlainTextObject(text="Input label"),
412
- element=PlainTextInputElement(action_id="a-id")
413
- ),
414
- ]
415
- )
416
- with self.assertRaises(SlackObjectFormationError):
417
- modal_view.validate_json()
418
-
419
def test_submit_in_home_tab(self):
420
modal_view = View(
421
type="home",
0 commit comments