fix(cypress test): remove the click at beginning of the window level test: (#3158)

'OHIF Cornerstone Toolbar'.'checks if Levels tool will change the window width and center of an image'.
This commit is contained in:
Joe Boccanfuso 2023-02-09 19:44:59 -05:00 committed by GitHub
parent 390e439f38
commit 4558540357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,6 @@ describe('OHIF Cornerstone Toolbar', () => {
//drags the mouse inside the viewport to be able to interact with series
cy.get('@viewport')
.click({ force: true })
.trigger('mousedown', 'center', { buttons: 1 })
// Since we have scrollbar on the right side of the viewport, we need to
// force the mousemove since it goes to another element