diff --git a/cypress/e2e/basic.spec.ts b/cypress/e2e/basic.spec.ts index 9c60332..55a838f 100644 --- a/cypress/e2e/basic.spec.ts +++ b/cypress/e2e/basic.spec.ts @@ -30,7 +30,7 @@ context('Basic', () => { .url() .should('eq', 'http://localhost:3333/about') - cy.get('pre.language-js') + cy.get('.shiki') .should('exist') }) })