mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Update string for call link require admin approval
This commit is contained in:
@@ -45,7 +45,7 @@ describe('calling/callLinkAdmin', function (this: Mocha.Suite) {
|
||||
const editModal = window.locator('.CallLinkEditModal');
|
||||
await editModal.waitFor();
|
||||
|
||||
const restrictionsInput = editModal.getByLabel('Approve all members');
|
||||
const restrictionsInput = editModal.getByLabel('Require admin approval');
|
||||
|
||||
await expect(restrictionsInput).toHaveJSProperty('value', '0');
|
||||
await restrictionsInput.selectOption({ label: 'On' });
|
||||
|
||||
Reference in New Issue
Block a user