Merge pull request #5650 from overleaf/hb-remove-symbol-search-hint
Show disabled tabs instead of hint on symbol search GitOrigin-RevId: bc67fd4928da38d895f6c811364e017cc3ec9061
This commit is contained in:
+2
-2
@@ -69,8 +69,8 @@ describe('symbol palette', function () {
|
||||
expect(symbols).to.have.length(2)
|
||||
})
|
||||
|
||||
// check the search hint is displayed
|
||||
screen.getByText('Showing search results for "pi"')
|
||||
// check the tabs are disabled
|
||||
expect(selectedTab.disabled).to.be.true
|
||||
|
||||
// press Tab to select the symbols
|
||||
fireEvent.keyDown(container, { key: 'Tab' })
|
||||
|
||||
Reference in New Issue
Block a user