Add command palette empty-state regression test
This commit is contained in:
parent
8979c8cabe
commit
2877e2c80a
1 changed files with 2 additions and 2 deletions
|
|
@ -485,8 +485,8 @@ final class CommandPaletteSearchEngineTests: XCTestCase {
|
|||
)
|
||||
}
|
||||
|
||||
func testPendingEmptyStateIsPreservedWhenRefiningAResolvedNoMatchQuery() {
|
||||
XCTAssertTrue(
|
||||
func testPendingEmptyStateIsNotPreservedWhileSearchIsStillPending() {
|
||||
XCTAssertFalse(
|
||||
ContentView.commandPaletteShouldPreserveEmptyStateWhileSearchPending(
|
||||
isSearchPending: true,
|
||||
visibleResultsScopeMatches: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue