[MM-63513] Turn Cross team search feature flag into a setting option (#30518)
* feat: Add EnableCrossTeamSearch configuration option to ServiceSettings * feat: Add EnableCrossTeamSearch configuration option to ServiceSettings * feat: Enable cross-team search by default * include old FF in client config
Этот коммит содержится в:
@@ -5,8 +5,6 @@ import {createRandomTeam} from '@e2e-support/server';
|
||||
import {expect, test} from '@e2e-support/test_fixture';
|
||||
|
||||
test('team selector must show all my teams', async ({pw}) => {
|
||||
pw.skipIfFeatureFlagNotSet('ExperimentalCrossTeamSearch', true);
|
||||
|
||||
const {adminClient, user, team} = await pw.initSetup();
|
||||
|
||||
// # create 2 more teams and add the user to them
|
||||
|
||||
Ссылка в новой задаче
Block a user