Show changelog in intro page and when a new version is loaded

This commit is contained in:
Przemek Wiech
2021-10-31 19:52:53 +01:00
parent 2946d20c85
commit 98b1a1e48e
9 changed files with 1889 additions and 58 deletions

View File

@@ -3,7 +3,7 @@ describe('Intro page', () => {
cy.visit('/');
});
it('displays intro text', () => {
cy.contains('Here are some examples');
cy.contains('Examples');
});
it('displays menu', () => {
cy.contains('Open file');