24a5bffbd8
Add a regression test for #1600: Warnings from completionwidget when it only has 1 item. Addresses #1899.
8 lines
255 B
Gherkin
8 lines
255 B
Gherkin
Feature: Command bar completion
|
|
|
|
Scenario: No warnings when completing with one entry (#1600)
|
|
Given I open about:blank
|
|
When I run :set-cmd-text -s :open
|
|
And I run :completion-item-focus next
|
|
Then no crash should happen
|