21461: Makes properties' test behave better on Firefox.
[arvados.git] / services / workbench2 / cypress / e2e / search.cy.js
index 4411c9ffb45c18af78f627ca5fd61435603c7d87..1bf2b5c3efb4b83a8bdd8324f751ffb67d7b53c5 100644 (file)
@@ -160,7 +160,9 @@ describe("Search tests", function () {
         });
     });
 
-    it("shows search context menu", function () {
+    // The following test is enabled on Electron only, as Chromium and Firefox
+    // require permissions to access the clipboard.
+    it("shows search context menu", { browser: 'electron' } , function () {
         const colName = `Home Collection ${Math.floor(Math.random() * Math.floor(999999))}`;
         const federatedColName = `Federated Collection ${Math.floor(Math.random() * Math.floor(999999))}`;
         const federatedColUuid = "xxxxx-4zz18-000000000000000";