Skip to content

Commit

Permalink
revert tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Oct 23, 2024
1 parent 9ff0aa1 commit 00a33d4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions generators/spring-boot/generators/graalvm/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,18 +237,6 @@ export default class GraalvmGenerator extends BaseApplicationGenerator {
),
);
},

springBootE2e({ application }) {
if (!application.devDatabaseTypeH2Any || !application.cypressTests || !application.backendTypeSpringBoot) return;
this.editFile(`${application.cypressDir}e2e/administration/administration.cy.ts`, { assertModified: true }, contents =>
contents.replace("describe('/docs'", `describe.skip('/docs'`),
);
this.editFile(`${application.cypressDir}e2e/account/login-page.cy.ts`, { assertModified: true }, contents =>
contents
.replace("it('requires username'", `it.skip('requires username'`)
.replace("it('requires password'", `it.skip('requires password'`),
);
},
});
}

Expand Down

0 comments on commit 00a33d4

Please sign in to comment.