Merge branch '21225-project-panel-tabs' into main. Closes #21225
[arvados.git] / services / workbench2 / cypress / e2e / details-card.cy.js
index afc4c74fb2edf5060936bce2f14d9b8fe5c7b92f..969d3425071d41715574680a5884c32d7ad755cd 100644 (file)
@@ -153,7 +153,7 @@ describe('Project Details Card tests', function () {
         const projDescription = 'Science! True daughter of Old Time thou art! Who alterest all things with thy peering eyes.';
         //a multi-line description should change the height of the card
         const multiLineProjDescription = '{enter}Why preyest thou thus upon the poet’s heart,{enter}Vulture, whose wings are dull realities?';
-        
+
         cy.loginAs(adminUser);
 
         // Create project
@@ -216,7 +216,9 @@ describe('Project Details Card tests', function () {
         cy.get('[data-cy=project-details-card]').invoke('height').should('be.lt', 90);
     });
 
-    it('should display key/value pairs', () => {
+    // The following test is enabled on Electron only, as Chromium and Firefox
+    // require permissions to access the clipboard.
+    it('should display key/value pairs',  { browser: 'electron' }, () => {
         const projName = `Test project (${Math.floor(999999 * Math.random())})`;
         cy.loginAs(adminUser);