MainLayout , Dashboard, Transfer

This commit is contained in:
Tanyalak 2023-07-07 16:54:53 +07:00
parent ff07547749
commit 3f50b3d075
31 changed files with 14376 additions and 1 deletions

View file

@ -0,0 +1,8 @@
// https://docs.cypress.io/api/introduction/api.html
describe('My First Test', () => {
it('visits the app root url', () => {
cy.visit('/')
cy.contains('h1', 'You did it!')
})
})