mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
7 lines
168 B
JavaScript
7 lines
168 B
JavaScript
describe('Profile', () => {
|
|
it('profile', () => {
|
|
cy.login()
|
|
cy.visit('/profile')
|
|
cy.get('h1').should('contain', 'test@test.de')
|
|
})
|
|
}) |