8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
context('/demos/Examples/Community/Vue', () => {
|
|
before(() => {
|
|
cy.visit('/demos/Examples/Community/Vue')
|
|
})
|
|
|
|
// TODO: Write tests
|
|
})
|