diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/push.rs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/push.rs b/tests/push.rs index 8ef7a30..eb452cd 100644 --- a/tests/push.rs +++ b/tests/push.rs | |||
| @@ -478,7 +478,6 @@ mod when_branch_is_checked_out { | |||
| 478 | "--disable-cli-spinners", | 478 | "--disable-cli-spinners", |
| 479 | "push", | 479 | "push", |
| 480 | "--force", | 480 | "--force", |
| 481 | "--no-cover-letter", | ||
| 482 | ], | 481 | ], |
| 483 | ); | 482 | ); |
| 484 | p.expect("fetching updates...\r\n")?; | 483 | p.expect("fetching updates...\r\n")?; |
| @@ -488,19 +487,6 @@ mod when_branch_is_checked_out { | |||
| 488 | p.expect("creating proposal revision for: ")?; | 487 | p.expect("creating proposal revision for: ")?; |
| 489 | // proposal id will be printed in this gap | 488 | // proposal id will be printed in this gap |
| 490 | p.expect_eventually("\r\n")?; | 489 | p.expect_eventually("\r\n")?; |
| 491 | let mut selector = p.expect_multi_select( | ||
| 492 | "select commits for proposal", | ||
| 493 | vec![ | ||
| 494 | format!("(Joe Bloggs) add a4.md [{branch_name}] 355bdf1"), | ||
| 495 | "(Joe Bloggs) add a3.md dbd1115".to_string(), | ||
| 496 | "(Joe Bloggs) commit for rebasing on top of [main] 1aa2cfe" | ||
| 497 | .to_string(), | ||
| 498 | "(Joe Bloggs) add t2.md 431b84e".to_string(), | ||
| 499 | "(Joe Bloggs) add t1.md af474d8".to_string(), | ||
| 500 | "(Joe Bloggs) Initial commit 9ee507f".to_string(), | ||
| 501 | ], | ||
| 502 | )?; | ||
| 503 | selector.succeeds_with(vec![0, 1], false, vec![0, 1])?; | ||
| 504 | p.expect("creating proposal from 2 commits:\r\n")?; | 490 | p.expect("creating proposal from 2 commits:\r\n")?; |
| 505 | p.expect("355bdf1 add a4.md\r\n")?; | 491 | p.expect("355bdf1 add a4.md\r\n")?; |
| 506 | p.expect("dbd1115 add a3.md\r\n")?; | 492 | p.expect("dbd1115 add a3.md\r\n")?; |