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:
parent
94f3168ab8
commit
4a14882938
5 changed files with 1 additions and 17 deletions
|
@ -18,7 +18,6 @@ limitations under the License.
|
|||
|
||||
import { SynapseInstance } from "../../plugins/synapsedocker";
|
||||
import Chainable = Cypress.Chainable;
|
||||
import { SettingLevel } from "../../../src/settings/SettingLevel";
|
||||
|
||||
describe("Location sharing", () => {
|
||||
let synapse: SynapseInstance;
|
||||
|
@ -40,9 +39,6 @@ describe("Location sharing", () => {
|
|||
|
||||
cy.initTestUser(synapse, "Tom");
|
||||
});
|
||||
|
||||
// enable pin drop location sharing feature
|
||||
cy.setSettingValue("feature_location_share_pin_drop", null, SettingLevel.DEVICE, true);
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue