MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / encryptDisabled

Function encryptDisabled

test/integration/components/editor/editor.test.js:431–432  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

editor.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected