File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,18 @@ describe('Editor Test', () => {
9
9
} )
10
10
11
11
it ( 'displays the infoview' , ( ) => {
12
+ cy . on ( 'uncaught:exception' , ( err , runnable ) => {
13
+ return false
14
+ } )
12
15
cy . visit ( 'http://localhost:5173/' )
13
16
cy . get ( '.squiggly-info' )
14
17
cy . iframe ( ) . contains ( '0 : Nat' )
15
18
} )
16
19
17
20
it ( 'changes themes' , ( ) => {
21
+ cy . on ( 'uncaught:exception' , ( err , runnable ) => {
22
+ return false
23
+ } )
18
24
cy . visit ( 'http://localhost:5173/' )
19
25
cy . get ( '[data-cy="theme-light"]' ) . click ( )
20
26
cy . contains ( '#check 0' )
@@ -31,6 +37,9 @@ describe('Editor Test', () => {
31
37
} )
32
38
33
39
it ( 'inputs unicode' , ( ) => {
40
+ cy . on ( 'uncaught:exception' , ( err , runnable ) => {
41
+ return false
42
+ } )
34
43
cy . visit ( 'http://localhost:5173/' )
35
44
cy . get ( '[data-cy="leader-backslash"]' ) . click ( )
36
45
cy . contains ( '#check 0' ) . click ( "left" )
You can’t perform that action at this time.
0 commit comments