]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/cypress/support/commands.ts
import quincy beta 17.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / support / commands.ts
index a4c8ff332c49613d9f6bbbfce9ca84d2f2385f4a..8c9b9ea9642ce3fe281e48ca22e1dd0be0bc1ad9 100644 (file)
@@ -43,6 +43,7 @@ Cypress.Commands.add('login', () => {
   }
 });
 
+// @ts-ignore
 Cypress.Commands.add('text', { prevSubject: true }, (subject) => {
   return subject.text();
 });