Skip to content

Commit

Permalink
Fixed coordinates #96
Browse files Browse the repository at this point in the history
  • Loading branch information
tillias committed Nov 9, 2020
1 parent 70148ad commit 24bd8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/dependency-dashboard-actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ describe('dependency dashboard', () => {
// click on firstMicroservice and validate edge is added in edge legend
cy.get('ngx-spinner').should('not.be.visible');
cy.get('canvas').click();
cy.get('canvas').click(412, 289, {force: true});
cy.get('canvas').click(331, 300, {force: true});
cy.get('jhi-edge-legend.ng-star-inserted > :nth-child(2) > .text-primary > a').should('have.text', newDependency);
})

Expand Down

0 comments on commit 24bd8f6

Please sign in to comment.