21600: added only for testing Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox...
authorLisa Knox <lisaknox83@gmail.com>
Fri, 15 Mar 2024 19:37:54 +0000 (15:37 -0400)
committerLisa Knox <lisaknox83@gmail.com>
Fri, 15 Mar 2024 19:37:54 +0000 (15:37 -0400)
services/workbench2/cypress/e2e/banner-tooltip.cy.js

index 6fbc0118ec0e3fbab50e440fda4d04e07324d818..6ec6e0aa9b288cb31484f1caf542458560e0046a 100644 (file)
@@ -67,7 +67,7 @@ describe('Banner / tooltip tests', function () {
         });
     });
 
-    it('should re-show the banner', () => {
+    it.only('should re-show the banner', () => {
         cy.loginAs(adminUser);
 
         cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
@@ -80,7 +80,7 @@ describe('Banner / tooltip tests', function () {
     });
 
 
-    it('should show tooltips and remove tooltips as localStorage key is present', () => {
+    it.only('should show tooltips and remove tooltips as localStorage key is present', () => {
         cy.loginAs(adminUser);
 
         cy.get('[data-cy=side-panel-tree]').then(($el) => {