Handvask / handvask

Found the usage of undeclared variables JS-0125
Bug risk
Critical
a year agoa year old
671      .contains("Frontend test data");
672
673    // Save
674    cy.get(675      "div.modal-dialog.modal-xl.modal-dialog-scrollable.modal-dialog-centered.modal-sm"
676    )
677      .children("div")
478      .contains("Frontend test model");
479
480    // Save
481    cy.get(482      "div.modal-dialog.modal-xl.modal-dialog-scrollable.modal-dialog-centered.modal-sm"
483    )
484      .children("div")
956      .last();
957
958    // Delete newly created user
959    cy.get("#__next >")960      .children("div")
961      .get("table")
962      .children("tbody")
947      .last();
948
949    // Check stop solvers button
950    cy.get("#__next")951      .children("div")
952      .children("table")
953      .children("tbody")
937    cy.get("#max_cpu").last();
938
939    // Check promote user button
940    cy.get("#__next")941      .children("div")
942      .children("table")
943      .children("tbody")