mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 15:40:25 +00:00
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
describe('Try to access admin panel', () => {
|
|
|
|
it('Go to admin panel', () => {
|
|
cy.visit('http://localhost:8443')
|
|
})
|
|
|
|
})
|