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:
parent
db4f151be5
commit
954215d6f9
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue