From b98cb70b1bcd5b211aaa5d2675f96416911c0647 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 28 Jul 2022 14:45:32 +1000 Subject: clean up code in prefs panel --- test/spec/LibreJSSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3