diff --git a/dnf-behave-tests/dnf/history-list.feature b/dnf-behave-tests/dnf/history-list.feature index 2345de82c..be93d211b 100644 --- a/dnf-behave-tests/dnf/history-list.feature +++ b/dnf-behave-tests/dnf/history-list.feature @@ -38,6 +38,16 @@ Scenario: history list 2 | Id | Command | Action | Altered | | 2 | | | 3 | +@dnf5 +Scenario: history list with mulitple args + When I execute dnf with args "history list 1 2 3" + Then the exit code is 0 + And stdout is history list + | Id | Command | Action | Altered | + | 3 | | | 5 | + | 2 | | | 3 | + | 1 | | | 6 | + @dnf5 Scenario: history list last When I execute dnf with args "history list last"