Update string for call link require admin approval

This commit is contained in:
ayumi-signal
2024-09-10 14:24:07 -07:00
committed by GitHub
parent eab5f7762a
commit 1037fab680
2 changed files with 10 additions and 10 deletions

View File

@@ -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' });