chore: fix e2e test

This commit is contained in:
Anthony Fu 2022-07-24 19:45:42 +08:00
parent 456660ee6c
commit 3df35de330

View File

@ -30,7 +30,7 @@ context('Basic', () => {
.url() .url()
.should('eq', 'http://localhost:3333/about') .should('eq', 'http://localhost:3333/about')
cy.get('pre.language-js') cy.get('.shiki')
.should('exist') .should('exist')
}) })
}) })