File tree 1 file changed +0
-21
lines changed
1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -50,27 +50,6 @@ describe('Neo4j Browser', () => {
50
50
cy . connect ( 'neo4j' , password )
51
51
} )
52
52
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
-
74
53
it ( 'can empty the db' , ( ) => {
75
54
cy . executeCommand ( ':clear' )
76
55
const query = 'MATCH (n) DETACH DELETE n'
You can’t perform that action at this time.
0 commit comments