Update string for call link require admin approval
This commit is contained in:
parent
eab5f7762a
commit
1037fab680
2 changed files with 10 additions and 10 deletions
|
@ -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' });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue