]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/configuration.e2e-spec.ts
import 15.2.9
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / integration / cluster / configuration.e2e-spec.ts
index fda568206752822168f96a184ec034af3d8007b3..dad4701da25743a1478a3406b7e45cebb6876d71 100644 (file)
@@ -5,6 +5,7 @@ describe('Configuration page', () => {
 
   beforeEach(() => {
     cy.login();
+    Cypress.Cookies.preserveOnce('token');
     configuration.navigateTo();
   });
 
@@ -19,11 +20,7 @@ describe('Configuration page', () => {
       configuration.getExpandCollapseElement().click();
     });
 
-    it('should verify that selected footer increases when an entry is clicked', () => {
-      configuration.getTableSelectedCount().should('eq', 1);
-    });
-
-    it('should check that details table opens and tab is correct', () => {
+    it('should check that details table opens (w/o tab header)', () => {
       configuration.getStatusTables().should('be.visible');
       configuration.getTabsCount().should('eq', 1);
       configuration.getTabText(0).should('eq', 'Details');