Fixed cypress test

This commit is contained in:
Przemek Wiech 2020-04-03 18:46:20 +02:00
parent 9bbc8e1899
commit 7c1d7a01bf

View File

@ -6,7 +6,7 @@ describe('Intro page', () => {
cy.contains('Here are some examples');
});
it('displays menu', () => {
cy.contains('Open file');
cy.contains('Load from URL');
cy.contains('Load from file');
});
});