5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
context('export-html-or-json', () => {
|
|
beforeEach(() => {
|
|
cy.visit('/examples/export-html-or-json')
|
|
})
|
|
}) |