mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-08-03 17:41:48 +00:00
upgrade cypress version
This commit is contained in:
12
cypress/e2e/intro.cy.js
Normal file
12
cypress/e2e/intro.cy.js
Normal file
@@ -0,0 +1,12 @@
|
||||
describe('Intro page', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit('/');
|
||||
});
|
||||
it('displays intro text', () => {
|
||||
cy.contains('Examples');
|
||||
});
|
||||
it('displays menu', () => {
|
||||
cy.contains('Open file');
|
||||
cy.contains('Load from URL');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user