init
This commit is contained in:
9
platform/app/cypress/integration/OHIFPdfDisplay.spec.js
Normal file
9
platform/app/cypress/integration/OHIFPdfDisplay.spec.js
Normal file
@@ -0,0 +1,9 @@
|
||||
describe('OHIF PDF Display', function () {
|
||||
beforeEach(function () {
|
||||
cy.openStudyInViewer('2.25.317377619501274872606137091638706705333');
|
||||
});
|
||||
|
||||
it('checks if series thumbnails are being displayed', function () {
|
||||
cy.get('[data-cy="study-browser-thumbnail-no-image"]').its('length').should('be.gt', 0);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user