()
| 429 | // ------------------------------------------------------------------ |
| 430 | describe('F. Encrypt button gating', () => { |
| 431 | const encryptDisabled = () => |
| 432 | page.evaluate(() => document.querySelector('.modal-footer .btn-primary')?.disabled); |
| 433 | |
| 434 | it('is disabled with no recipients', async () => { |
| 435 | await setupEditor({initData: {text: 'hello'}}); |