Skip to content

Commit c7f76d0

Browse files
committed
Update
1 parent d14221c commit c7f76d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_cli_deploy.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ def test_shows_waitlist_form_when_not_logged_in_longer_flow(
153153
logged_out_cli: None, tmp_path: Path, respx_mock: respx.MockRouter
154154
) -> None:
155155
steps = [
156+
Keys.DOWN_ARROW, # Select "Join the waiting list"
157+
Keys.ENTER,
156158
157159
Keys.ENTER,
158160
Keys.ENTER,
@@ -824,6 +826,8 @@ def test_shows_error_for_invalid_waitlist_form_data(
824826
logged_out_cli: None, tmp_path: Path, respx_mock: respx.MockRouter
825827
) -> None:
826828
steps = [
829+
Keys.DOWN_ARROW, # Select "Join the waiting list"
830+
Keys.ENTER,
827831
828832
Keys.ENTER,
829833
Keys.ENTER, # Choose to provide more information

0 commit comments

Comments
 (0)