We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14221c commit c7f76d0Copy full SHA for c7f76d0
1 file changed
tests/test_cli_deploy.py
@@ -153,6 +153,8 @@ def test_shows_waitlist_form_when_not_logged_in_longer_flow(
153
logged_out_cli: None, tmp_path: Path, respx_mock: respx.MockRouter
154
) -> None:
155
steps = [
156
+ Keys.DOWN_ARROW, # Select "Join the waiting list"
157
+ Keys.ENTER,
158
*"some@example.com",
159
Keys.ENTER,
160
@@ -824,6 +826,8 @@ def test_shows_error_for_invalid_waitlist_form_data(
824
826
825
827
828
829
830
831
*"test@example.com",
832
833
Keys.ENTER, # Choose to provide more information
0 commit comments