it('should raise volume', async () => {
    const { component, store } = mountCommandPalette();

    fireEvent.keyDown(document.body, {key: 'K', code: 'KeyK', which: 75, metaKey: true});
    userEvent.type(component.getByPlaceholderText(/What would you like to do\?/i), 'raise{enter}');