Add files via upload
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
describe('Generic Page', () => {
|
||||
before(() => {
|
||||
cy.visit('http://localhost:1313/generic-page');
|
||||
});
|
||||
|
||||
it('displays title', () => {
|
||||
cy.get('h1')
|
||||
.contains('Generic Page');
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user