mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Refactor screen share picker internals
This commit is contained in:
@@ -205,13 +205,13 @@ describe('signalRoutes', () => {
|
||||
check('sgnl://show-window', result);
|
||||
});
|
||||
|
||||
it('setIsPresenting', () => {
|
||||
it('cancelPresenting', () => {
|
||||
const result: ParsedSignalRoute = {
|
||||
key: 'setIsPresenting',
|
||||
key: 'cancelPresenting',
|
||||
args: {},
|
||||
};
|
||||
const check = createCheck({ isRoute: true, hasWebUrl: false });
|
||||
check('sgnl://set-is-presenting/', result);
|
||||
check('sgnl://set-is-presenting', result);
|
||||
check('sgnl://cancel-presenting/', result);
|
||||
check('sgnl://cancel-presenting', result);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user