mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-03-17 21:13:44 +00:00
Fixed cypress test
This commit is contained in:
@@ -6,7 +6,7 @@ describe('Intro page', () => {
|
|||||||
cy.contains('Here are some examples');
|
cy.contains('Here are some examples');
|
||||||
});
|
});
|
||||||
it('displays menu', () => {
|
it('displays menu', () => {
|
||||||
|
cy.contains('Open file');
|
||||||
cy.contains('Load from URL');
|
cy.contains('Load from URL');
|
||||||
cy.contains('Load from file');
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user