Merging upstream version 3.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a868bb3d29
commit
39b7cc8559
50 changed files with 952 additions and 634 deletions
|
@ -22,5 +22,10 @@ def step_see_refresh_started(context):
|
|||
Wait to see refresh output.
|
||||
"""
|
||||
wrappers.expect_pager(
|
||||
context, "Auto-completion refresh started in the background.\r\n", timeout=2
|
||||
context,
|
||||
[
|
||||
"Auto-completion refresh started in the background.\r\n",
|
||||
"Auto-completion refresh restarted.\r\n",
|
||||
],
|
||||
timeout=2,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue