File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
packages/graphiql/cypress/e2e Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ describe('history', () => {
4343
4444 cy . visit ( `?query=${ mockQuery2 } &headers=${ mockHeaders1 } ` ) ;
4545 cy . clickExecuteQuery ( ) ;
46- cy . get ( 'button[aria-label="Show History"]' ) . click ( ) ;
4746 cy . get ( 'ul.graphiql-history-items li' ) . should ( 'have.length' , 2 ) ;
4847 } ) ;
4948
@@ -55,7 +54,6 @@ describe('history', () => {
5554
5655 cy . visit ( `?query=${ mockQuery1 } &headers=${ mockHeaders1 } ` ) ;
5756 cy . clickExecuteQuery ( ) ;
58- cy . get ( 'button[aria-label="Show History"]' ) . click ( ) ;
5957 cy . get ( 'ul.graphiql-history-items li' ) . should ( 'have.length' , 1 ) ;
6058 } ) ;
6159
@@ -71,7 +69,6 @@ describe('history', () => {
7169 `?query=${ mockQuery1 } &headers=${ mockHeaders1 } &variables=${ mockVariables2 } ` ,
7270 ) ;
7371 cy . clickExecuteQuery ( ) ;
74- cy . get ( 'button[aria-label="Show History"]' ) . click ( ) ;
7572 cy . get ( 'ul.graphiql-history-items li' ) . should ( 'have.length' , 2 ) ;
7673 } ) ;
7774
@@ -83,7 +80,6 @@ describe('history', () => {
8380
8481 cy . visit ( `?query=${ mockQuery1 } &headers=${ mockHeaders2 } ` ) ;
8582 cy . clickExecuteQuery ( ) ;
86- cy . get ( 'button[aria-label="Show History"]' ) . click ( ) ;
8783 cy . get ( 'ul.graphiql-history-items li' ) . should ( 'have.length' , 2 ) ;
8884 } ) ;
8985
You can’t perform that action at this time.
0 commit comments