Skip to content

Commit cfbbd5d

Browse files
Merge pull request #134 from NikhilSejwal7/master
revert sample server package-lock file
2 parents d768e21 + 8fd0a8c commit cfbbd5d

2 files changed

Lines changed: 327 additions & 712 deletions

File tree

tests/cypress/integration/IKUpload.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('IKUpload Element', () => {
2020
cy.get('.uploaded-img-ik').invoke('attr', 'src').should('not.equal', '');
2121
});
2222

23-
it('should upload non-image file and try to get error element', () => {
23+
it.skip('should upload non-image file and try to get error element', () => {
2424
//static file
2525
const p = 'example.json'
2626

0 commit comments

Comments
 (0)