Skip to content

Commit

Permalink
Sync with upstream constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Nov 22, 2023
1 parent 2ee35fb commit ab2e5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_tests/integration/viz.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ describe('Viz rendering', () => {
.trigger('mouseenter', { force: true })
.get('[data-testid="viz-details-pane-properties-table"]')
.find('td:nth-child(1)')
.should('have.text', '<id>descriptionname')
.should('have.text', '<elementId><id>descriptionname')

cy.executeCommand('MATCH (n) DETACH DELETE n')
})
Expand Down

0 comments on commit ab2e5ee

Please sign in to comment.