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:
parent
390e439f38
commit
4558540357
@ -84,7 +84,6 @@ describe('OHIF Cornerstone Toolbar', () => {
|
|||||||
|
|
||||||
//drags the mouse inside the viewport to be able to interact with series
|
//drags the mouse inside the viewport to be able to interact with series
|
||||||
cy.get('@viewport')
|
cy.get('@viewport')
|
||||||
.click({ force: true })
|
|
||||||
.trigger('mousedown', 'center', { buttons: 1 })
|
.trigger('mousedown', 'center', { buttons: 1 })
|
||||||
// Since we have scrollbar on the right side of the viewport, we need to
|
// Since we have scrollbar on the right side of the viewport, we need to
|
||||||
// force the mousemove since it goes to another element
|
// force the mousemove since it goes to another element
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user