Fix gist loading and code not updating issue

This commit is contained in:
Sidharth Vinod
2021-06-05 15:55:59 +05:30
parent 5961c7d451
commit bf8160e31e
3 changed files with 16 additions and 7 deletions
+6
View File
@@ -17,4 +17,10 @@ describe('Check actions', () => {
});
});
});
it('should load gists from URL', () => {
cy.get('#gist').type('https://gist.github.com/sidharthv96/6268a23e673a533dcb198f241fd7012a');
cy.contains('Load Gist').click();
cy.contains('Go shopping!!');
});
});