diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/spec/LibreJSSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/LibreJSSpec.js b/test/spec/LibreJSSpec.js index 3ec75c5..5632e9f 100644 --- a/test/spec/LibreJSSpec.js +++ b/test/spec/LibreJSSpec.js @@ -283,7 +283,7 @@ describe('LibreJS\' components', () => { }); }); - describe('Contact finder', () => { + describe('The contact finder', () => { it('should display the contact finder iframe', async (done) => { await browser.runtime.connect({ name: "port-from-cs" }).postMessage({ invoke_contact_finder: 1 }); // Direct await / async does not work as executeScript does not wait |