Bug 37929: Remove it.only from Agreements_spec

Test plan:
1) Run the cypress tests for Agreements_spec.ts
yarn cypress run --spec t/cypress/integration/ERM/Agreements_spec.ts
2) Only the Delete test will run
3) Apply patch and yarn build
4) Run test again, all tests should run

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Matt Blenkinsop 2024-09-16 11:00:44 +00:00 committed by Katrin Fischer
parent db4f151be5
commit 954215d6f9
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -555,7 +555,7 @@ describe("Agreement CRUD operations", () => {
// AV's libs displayed
// Tables for periods and users
});
it.only("Delete agreement", () => {
it("Delete agreement", () => {
let agreement = cy.get_agreement();
let agreements = [agreement];