Skip to content

Commit

Permalink
Revert url match for cypress 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Apr 6, 2021
1 parent 615ca98 commit 82bc7af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('<%= entityClass %> e2e test', () => {
<%_ } _%>

beforeEach(() => {
cy.intercept('GET', '/<%= baseApi + entityApiUrl %>+(?*)').as('entitiesRequest');
cy.intercept('GET', '/<%= baseApi + entityApiUrl %>').as('entitiesRequest');
cy.intercept('POST', '/<%= baseApi + entityApiUrl %>').as('postEntityRequest');
cy.intercept('DELETE', '/<%= baseApi + entityApiUrl %>/*').as('deleteEntityRequest');
});
Expand Down

0 comments on commit 82bc7af

Please sign in to comment.