diff options
Diffstat (limited to 'tests/push.rs')
| -rw-r--r-- | tests/push.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/push.rs b/tests/push.rs index 0705174..d295c01 100644 --- a/tests/push.rs +++ b/tests/push.rs | |||
| @@ -592,6 +592,10 @@ mod when_branch_is_checked_out { | |||
| 592 | 592 | ||
| 593 | // standard output from `ngit send` | 593 | // standard output from `ngit send` |
| 594 | p.expect(format!("creating patch for 2 commits from '{FEATURE_BRANCH_NAME_1}' that can be merged into 'main'\r\n"))?; | 594 | p.expect(format!("creating patch for 2 commits from '{FEATURE_BRANCH_NAME_1}' that can be merged into 'main'\r\n"))?; |
| 595 | p.expect("as a revision to proposal: ")?; | ||
| 596 | // proposal id will be printed in this gap | ||
| 597 | p.expect_eventually("\r\n")?; | ||
| 598 | |||
| 595 | p.expect("searching for profile and relay updates...\r\n")?; | 599 | p.expect("searching for profile and relay updates...\r\n")?; |
| 596 | p.expect("\r")?; | 600 | p.expect("\r")?; |
| 597 | p.expect("logged in as fred\r\n")?; | 601 | p.expect("logged in as fred\r\n")?; |