test: Add troubleshoot test

This commit is contained in:
Sidharth Vinod
2021-10-09 10:43:44 +05:30
parent b3cc9f70ff
commit 8a79c81e2b
+5
View File
@@ -87,4 +87,9 @@ describe('Site Loads', () => {
cy.contains('securityLevel');
cy.get('#view').find('img').should('be.visible');
});
it('should show troubleshooting steps if loading fails', () => {
cy.visit('/#/edit/eyJjb2RlIjoiZ3JhcGggVERcbiAg');
cy.contains('Please Click here to Raise an issue in github.');
});
});