Skip to content

Commit

Permalink
test: Migrate about-page test
Browse files Browse the repository at this point in the history
- remove old test
  • Loading branch information
TheGreatRefrigerator committed Dec 7, 2022
1 parent 2c2ac86 commit 83f1505
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
7 changes: 7 additions & 0 deletions cypress/e2e/about-page.cy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
describe('About page', () => {
it('renders correctly', () => {
cy.visit('/#/about')
cy.get('.v-dialog__content--active').should('be.visible')
cy.get('.about-modal').should('be.visible')
})
})
23 changes: 0 additions & 23 deletions tests/e2e/specs/about-page.spec.js

This file was deleted.

0 comments on commit 83f1505

Please sign in to comment.