We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d768e21 + 8fd0a8c commit cfbbd5dCopy full SHA for cfbbd5d
2 files changed
tests/cypress/integration/IKUpload.cy.js
@@ -20,7 +20,7 @@ describe('IKUpload Element', () => {
20
cy.get('.uploaded-img-ik').invoke('attr', 'src').should('not.equal', '');
21
});
22
23
- it('should upload non-image file and try to get error element', () => {
+ it.skip('should upload non-image file and try to get error element', () => {
24
//static file
25
const p = 'example.json'
26
0 commit comments