Skip to content

Commit 478b9b2

Browse files
committed
remove canny test dependent on canny service
1 parent b7e3615 commit 478b9b2

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

e2e_tests/integration/0.index.spec.ts

-21
Original file line numberDiff line numberDiff line change
@@ -50,27 +50,6 @@ describe('Neo4j Browser', () => {
5050
cy.connect('neo4j', password)
5151
})
5252

53-
it('can show Canny badge in "Document" icon and correspond side bar drawer', () => {
54-
cy.window().then(win => {
55-
if (win.Canny && win.IsCannyLoaded && typeof win.Canny === 'function') {
56-
// The Canny badge should appear when initially connected to the database
57-
cy.get('[data-testid="navigationCannyDocuments"]', {
58-
timeout: 5000
59-
})
60-
.children('div')
61-
.should('have.class', 'Canny_BadgeContainer')
62-
.children('div')
63-
.should('have.class', 'Canny_Badge')
64-
65-
// Click the navigation button to open the sidebar to show Documents drawer, and the badge should be shown in the changelog button
66-
cy.get('[data-testid="navigationDocuments"]').click()
67-
cy.get('[data-testid="documentDrawerCanny"]')
68-
.children('div')
69-
.should('have.class', 'Canny_BadgeContainer')
70-
}
71-
})
72-
})
73-
7453
it('can empty the db', () => {
7554
cy.executeCommand(':clear')
7655
const query = 'MATCH (n) DETACH DELETE n'

0 commit comments

Comments
 (0)