Skip to content

Commit

Permalink
remove ownerSide reference from cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Nov 23, 2023
1 parent 040e092 commit de85fd0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ describe('<%= entityClass %> e2e test', () => {
<%_ } _%>
<%_ }); _%>
<%_ for (relationship of requiredRelationships) {
const ownerSide = relationship.ownerSide;
const relationshipName = relationship.relationshipName;
_%>
cy.get(`[data-cy="<%= relationship.relationshipFieldName %>"]`).select(<%= relationship.collection ? '[0]' : '1' %>);
Expand Down

0 comments on commit de85fd0

Please sign in to comment.