You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Move pin drop out of labs (PSG-664) (#9135)
* Move pin drop out of labs (PSG-664) Signed-off-by: Johannes Marbach <johannesm@element.io> * Regenerate strings Signed-off-by: Johannes Marbach <johannesm@element.io>
This commit is contained in:
@ -213,8 +213,6 @@ describe('<LocationShareMenu />', () => {
|
||||
});
|
||||
|
||||
describe('with pin drop share type enabled', () => {
|
||||
beforeEach(() => enableSettings(["feature_location_share_pin_drop"]));
|
||||
|
||||
it('renders share type switch with own and pin drop options', () => {
|
||||
const component = getComponent();
|
||||
expect(component.find('LocationPicker').length).toBe(0);
|
||||
|
Reference in New Issue
Block a user