Skip to content

Commit 4da3269

Browse files
committed
Include data cleanup in test
1 parent e149821 commit 4da3269

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e_tests/integration/types.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ describe('Types in Browser', () => {
124124
cy.resultContains('│"14:03:04"')
125125
})
126126
it('renders types in viz correctly', () => {
127+
cy.executeCommand('MATCH (t:Types) DELETE t;')
127128
cy.executeCommand(':clear')
128129
const query =
129130
"CREATE (p:Types {{}location: point({{}crs: 'wgs-84', x: 12.78, y: 56.7}), date: duration.between(datetime('2014-07-21T21:40:36.143+0200'), date('2015-06-24'))}) RETURN p"

0 commit comments

Comments
 (0)