File tree Expand file tree Collapse file tree
packages/graphiql/src/components/__tests__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ describe('GraphiQL', () => {
387387 expect (
388388 container . querySelector ( '.graphiql-container' ) ,
389389 ) . toBeInTheDocument ( ) ;
390- expect ( container . querySelector ( '.title ' ) ) . toBeInTheDocument ( ) ;
390+ expect ( container . querySelector ( '.graphiql-logo ' ) ) . toBeInTheDocument ( ) ;
391391 expect ( getByRole ( 'toolbar' ) ) . toBeInTheDocument ( ) ;
392392 } ) ;
393393
@@ -401,7 +401,7 @@ describe('GraphiQL', () => {
401401 expect (
402402 container . querySelector ( '.graphiql-container' ) ,
403403 ) . toBeInTheDocument ( ) ;
404- expect ( container . querySelector ( '.title ' ) ) . toBeInTheDocument ( ) ;
404+ expect ( container . querySelector ( '.graphiql-logo ' ) ) . toBeInTheDocument ( ) ;
405405 expect ( getByRole ( 'toolbar' ) ) . toBeInTheDocument ( ) ;
406406 } ) ;
407407
@@ -421,7 +421,7 @@ describe('GraphiQL', () => {
421421 expect (
422422 container . querySelector ( '.graphiql-container' ) ,
423423 ) . toBeInTheDocument ( ) ;
424- expect ( container . querySelector ( '.title ' ) ) . toBeInTheDocument ( ) ;
424+ expect ( container . querySelector ( '.graphiql-logo ' ) ) . toBeInTheDocument ( ) ;
425425 expect ( getByRole ( 'toolbar' ) ) . toBeInTheDocument ( ) ;
426426 } ) ;
427427
You can’t perform that action at this time.
0 commit comments