We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a467d60 commit bea97d7Copy full SHA for bea97d7
sdk/tests/cypress/integration/IKUpload.cy.js
@@ -16,7 +16,7 @@ describe('ik-upload component', () => {
16
cy.wait(4000);
17
18
//Verify uploaded file
19
- cy.get('.uploaded-img-ik').find('img').invoke('attr', 'src').should('contain','/test');
+ cy.get('.uploaded-img-ik').find('img').invoke('attr', 'src').should('contain','/demo');
20
});
21
22
0 commit comments