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 90ff514 commit bd20456Copy full SHA for bd20456
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','/demo');
+ cy.get('.uploaded-img-ik').find('img').invoke('attr', 'src').should('contain','/test');
20
});
21
22
0 commit comments