fix: Fix incorrect command name in Percy test (#1999)
This commit is contained in:
parent
829ac2b410
commit
ebdcde1c4d
@ -19,7 +19,7 @@ describe('Visual Regression - OHIF VTK Extension', () => {
|
||||
cy.get('[data-cy="2d mpr"]').click();
|
||||
|
||||
//Wait waitVTKLoading Images
|
||||
cy.waitVTKwaitVTKLoading();
|
||||
cy.waitVTKLoading();
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user