Skip to content

Commit

Permalink
test(root): relocate DICOM load check logic of Annotation, Measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
LTakhyunKim committed Apr 4, 2023
1 parent 0c8c923 commit c209cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ describe(
})

it('shows initial annotation', () => {
cy.get($LOADED).should('be.exist')
cy.get('[data-cy-tab="drawer"]').click()
cy.get($LOADED).should('be.exist')
})

describe('Polygon Annotation', () => {
Expand Down
3 changes: 1 addition & 2 deletions apps/insight-viewer-dev-e2e/src/e2e/measurement.drawer.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ describe(
})

it('shows initial measurement drawer', () => {
cy.get($LOADED).should('be.exist')
cy.get('[data-cy-tab="drawer"]').click()
cy.get('[data-cy-loaded=success]').should('be.exist')
cy.get($LOADED).should('be.exist')
})

describe('Ruler Measurement', () => {
Expand Down

0 comments on commit c209cca

Please sign in to comment.